From 26b02b1eadd6042c24aa9b267ef6c9cb38f9460f Mon Sep 17 00:00:00 2001 From: bb_pan Date: Thu, 11 Dec 2025 14:08:42 +0800 Subject: [PATCH] =?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 @@