From 26b02b1eadd6042c24aa9b267ef6c9cb38f9460f Mon Sep 17 00:00:00 2001 From: bb_pan Date: Thu, 11 Dec 2025 14:08:42 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/ma/type/index.vue | 16 +++++++++++++++- src/views/system/approval/index.vue | 18 ++++++++++++++++-- src/views/system/project/index.vue | 2 +- 3 files changed, 32 insertions(+), 4 deletions(-) diff --git a/src/views/material/ma/type/index.vue b/src/views/material/ma/type/index.vue index 2559f5bb..82ae5fba 100644 --- a/src/views/material/ma/type/index.vue +++ b/src/views/material/ma/type/index.vue @@ -97,7 +97,7 @@ - + .el-tree-node__content { background-color: #8decf1; } +.content-box { + border-radius: 8px; + height: calc(100vh - 220px); + display: flex; + flex-direction: column; + overflow: hidden; + + ::v-deep .el-card__body { + display: flex !important; + flex-direction: column !important; + height: 100% !important; + padding: 20px; + } +} diff --git a/src/views/system/approval/index.vue b/src/views/system/approval/index.vue index 0f9362ac..d3004eea 100644 --- a/src/views/system/approval/index.vue +++ b/src/views/system/approval/index.vue @@ -31,7 +31,7 @@ - + 新增流程 @@ -221,9 +221,23 @@ export default { } - diff --git a/src/views/system/project/index.vue b/src/views/system/project/index.vue index 183fb925..7afba592 100644 --- a/src/views/system/project/index.vue +++ b/src/views/system/project/index.vue @@ -96,7 +96,7 @@ From 6b3043f861e023f9231dc1b08b6626ba1eb25792 Mon Sep 17 00:00:00 2001 From: lizhenhua <1075222162@qq.com> Date: Thu, 11 Dec 2025 17:53:45 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=B7=A5=E5=99=A8=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EquipmentUpOrDown/equipment/index.vue | 2 +- src/views/system/equipment/index.vue | 83 +++++++++++++++++-- 2 files changed, 78 insertions(+), 7 deletions(-) diff --git a/src/views/EquipmentUpOrDown/equipment/index.vue b/src/views/EquipmentUpOrDown/equipment/index.vue index 2dc9f606..f46072bd 100644 --- a/src/views/EquipmentUpOrDown/equipment/index.vue +++ b/src/views/EquipmentUpOrDown/equipment/index.vue @@ -568,7 +568,7 @@ export default { display: flex; flex-direction: column; overflow: hidden; - + ::v-deep .el-card__body { display: flex !important; flex-direction: column !important; diff --git a/src/views/system/equipment/index.vue b/src/views/system/equipment/index.vue index 886db5e7..e341fd61 100644 --- a/src/views/system/equipment/index.vue +++ b/src/views/system/equipment/index.vue @@ -20,13 +20,13 @@ - - + - - + @@ -53,11 +53,27 @@ :row-class-name="getRowClassName" height="546" > - - + + + +