ee05f9fa by lihua

fix样式

1 parent 24dbaf85
......@@ -555,11 +555,11 @@ const cntLabelMap = ref({
'个,其中' + labelTypeList?.map(l => `${l.label}${changeNum(cntSumInfo[cntLabelMap[l.value]] || 0,
0)}个`).join(',') + ',非敏感' + changeNum(cntSumInfo['nonSensitiveNum'] || 0, 0) + '个'
}}</div>
<div class="tools_btns">
<el-button v-if="!isLook" type="primary" @click="batchConfirm">批量确认</el-button>
<div class="tools_btns" v-if="!isLook">
<el-button type="primary" @click="batchConfirm">批量确认</el-button>
</div>
</div>
<div class="table_panel_wrap">
<div class="table_panel_wrap" :style="{ height: isLook ? 'calc(100% - 54px)' : 'calc(100% - 91px)' }">
<!-- 右侧表字段标签匹配管理表格 -->
<el-table ref="sensitiveTableRef" :data="sensitiveTableData" v-loading="sensitiveTableDataLoading"
:highlight-current-row="true" stripe border height="100%" row-key="guid"
......@@ -665,6 +665,7 @@ const cntLabelMap = ref({
.table_tool_wrap {
display: flex;
flex-direction: column;
min-height: 25px;
.cnt-desc {
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!