From a2e5b78d3677cb0999c0b7faa6c93d97810370e2 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期一, 14 十月 2024 17:04:53 +0800 Subject: [PATCH] ll --- admin/src/views/business/approvalConfiguration.vue | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/admin/src/views/business/approvalConfiguration.vue b/admin/src/views/business/approvalConfiguration.vue index f894e52..32fcdba 100644 --- a/admin/src/views/business/approvalConfiguration.vue +++ b/admin/src/views/business/approvalConfiguration.vue @@ -686,9 +686,18 @@ } .transfer { height: 600px; + width: 100%; + display: flex; + justify-content: center; + align-items: center; + ::v-deep .el-transfer-panel{ + flex: 1; + height: 100%; + } ::v-deep .el-transfer-panel__body { height: 500px; } + ::v-deep .el-transfer-panel__list.is-filterable { height: 480px; } -- Gitblit v1.9.3