da908693 by lihua

fix样式

1 parent 011e127b
...@@ -555,11 +555,11 @@ const cntLabelMap = ref({ ...@@ -555,11 +555,11 @@ const cntLabelMap = ref({
555 '个,其中' + labelTypeList?.map(l => `${l.label}${changeNum(cntSumInfo[cntLabelMap[l.value]] || 0, 555 '个,其中' + labelTypeList?.map(l => `${l.label}${changeNum(cntSumInfo[cntLabelMap[l.value]] || 0,
556 0)}个`).join(',') + ',非敏感' + changeNum(cntSumInfo['nonSensitiveNum'] || 0, 0) + '个' 556 0)}个`).join(',') + ',非敏感' + changeNum(cntSumInfo['nonSensitiveNum'] || 0, 0) + '个'
557 }}</div> 557 }}</div>
558 <div class="tools_btns"> 558 <div class="tools_btns" v-if="!isLook">
559 <el-button v-if="!isLook" type="primary" @click="batchConfirm">批量确认</el-button> 559 <el-button type="primary" @click="batchConfirm">批量确认</el-button>
560 </div> 560 </div>
561 </div> 561 </div>
562 <div class="table_panel_wrap"> 562 <div class="table_panel_wrap" :style="{ height: isLook ? 'calc(100% - 54px)' : 'calc(100% - 91px)' }">
563 <!-- 右侧表字段标签匹配管理表格 --> 563 <!-- 右侧表字段标签匹配管理表格 -->
564 <el-table ref="sensitiveTableRef" :data="sensitiveTableData" v-loading="sensitiveTableDataLoading" 564 <el-table ref="sensitiveTableRef" :data="sensitiveTableData" v-loading="sensitiveTableDataLoading"
565 :highlight-current-row="true" stripe border height="100%" row-key="guid" 565 :highlight-current-row="true" stripe border height="100%" row-key="guid"
...@@ -665,6 +665,7 @@ const cntLabelMap = ref({ ...@@ -665,6 +665,7 @@ const cntLabelMap = ref({
665 .table_tool_wrap { 665 .table_tool_wrap {
666 display: flex; 666 display: flex;
667 flex-direction: column; 667 flex-direction: column;
668 min-height: 25px;
668 669
669 .cnt-desc { 670 .cnt-desc {
670 line-height: 24px; 671 line-height: 24px;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!