소스 검색

卷内文件选中样式修改

duy 1 년 전
부모
커밋
6734a2649e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>