浏览代码

背景色修改

duy 1 年之前
父节点
当前提交
db681e1773

+ 1 - 1
src/views/transfer/components/carry-spot-checks.vue

@@ -62,7 +62,7 @@
                         :is-index="false" :loading="cscTableLoading" is-new :index-style="{ width: 60 }"
                     >
                         <template #name="{ row }">
-                            <div :class="row.id === checkId ? 'text-link' : 'text-hover'" @click="changePdf(row)">{{ row?.fileName }}</div>
+                            <div :class="row.id === checkId ? 'bg-orange-400' : 'text-hover'" @click="changePdf(row)">{{ row?.fileName }}</div>
                         </template>
                     </HcTable>
 

+ 1 - 1
src/views/transfer/preliminary-examination.vue

@@ -27,7 +27,7 @@
             <div class="horizontal-drag-line" @mousedown="onmousedown" />
         </div>
         <div v-show="!isCarrySpotChecksDrawer" class="hc-page-content-box">
-            <hc-new-card>
+            <hc-new-card padding>
                 <template #header>
                     <HcIcon name="volume-up" />
                     <span class="ml-2">您本次验收抽检案卷共</span>