diff --git a/src/views/EquipmentLedger/index.vue b/src/views/EquipmentLedger/index.vue index 988070e4..c4a6ef06 100644 --- a/src/views/EquipmentLedger/index.vue +++ b/src/views/EquipmentLedger/index.vue @@ -292,7 +292,6 @@ @@ -805,7 +804,7 @@ export default { treeSearchKey: '', //用于存储左侧树搜索框内容 showSearch: true, total: 0, - tableHeight: 510, + tableHeight: 550, collapsed: false, // 查询参数 queryParams: { @@ -1956,6 +1955,10 @@ export default { background-color: #CCF1E9 !important; } } + +.el-col-1 { + width: 1.5% !important; +}