소스 검색

优化界面

ZaiZai 2 년 전
부모
커밋
aff06ada24
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/static/project.vue

+ 2 - 2
src/views/static/project.vue

@@ -90,8 +90,8 @@
             <!--细分环节费用-->
             <HcTable ui="no-border" border :isIndex="false" :column="tableColumn2" :datas="tableData2" v-if="isShowtable === 2">
                 <template #type="{row}">
-                    <HcIcon name="checkbox-circle" class="text-green" v-if="row.type === 1"/>
-                    <HcIcon name="error-warning" class="text-red" v-else/>
+                    <HcIcon name="checkbox-circle" class="text-green text-xl" v-if="row.type === 1"/>
+                    <HcIcon name="error-warning" class="text-red text-xl" v-else/>
                 </template>
                 <template #detail="{row}">
                     <span class="text-blue text-hover" @click='rowNameClick2(row)'>查看明细</span>