Browse Source

新主题

ZaiZai 1 year ago
parent
commit
66e25ab99d
2 changed files with 3 additions and 2 deletions
  1. 1 0
      src/layout/index.scss
  2. 2 2
      src/views/tentative/detect/test.vue

+ 1 - 0
src/layout/index.scss

@@ -305,6 +305,7 @@
         display: flex;
         align-items: center;
         white-space: nowrap;
+        height: 100%;
     }
     .hc-router-tab-item {
         position: relative;

+ 2 - 2
src/views/tentative/detect/test.vue

@@ -140,7 +140,7 @@
                 </template>
                 <HcTable
                     ref="tableRef" :column="tableColumn" :datas="tableData" :loading="tableLoading" is-check
-                    @selection-change="tableSelection"
+                    border @selection-change="tableSelection"
                 >
                     <template #recordNo="{ row }">
                         <span class="text-link" @click="tableRowEdit(row, '1')">{{ row?.recordNo }}</span>
@@ -239,7 +239,7 @@
         </HcDialog>
         <!-- 批量上报审批 -->
         <HcReportModal
-           
+
             :classify-type="authBtnTabKey"
             :addition="reportAddition" :contract-id="contractId" :ids="reportIds"
             :project-id="projectId" :show="showReportModal" :task-name="reportTaskName"