From ef75a190ea3e365a59fa7afc173a20abc50178a2 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Wed, 29 Oct 2025 19:32:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/EquipmentLedger/index.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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; +}