Ver Fonte

卷内文件选中样式修改

duy há 1 ano atrás
pai
commit
6734a2649e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/using/query.vue

+ 1 - 1
src/views/using/query.vue

@@ -350,7 +350,7 @@
                 <div class="hc-csc-data-box">
                     <HcTable v-if="tabTypeKey === 'tab1'" :column="cscTableColumn1" :datas="cscTableData1" :loading="cscTableLoading" is-new :is-arr-index="false">
                         <template #name="{ row }">
-                            <div :class="row.id === checkId ? 'text-link' : 'text-hover'" @click="changePdf(row)">
+                            <div :class="row.id === checkId ? 'bg-orange-400' : 'text-hover'" @click="changePdf(row)">
                                 {{ row?.fileName }}
                             </div>
                         </template>