From 86b335cf22e11dbf2cade8051d86b003a38da1f6 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Tue, 16 Dec 2025 16:23:20 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=9D=A2=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/lay-panel/index.vue | 19 +++++-------------- src/style/dark.scss | 11 ----------- 2 files changed, 5 insertions(+), 25 deletions(-) diff --git a/src/layout/components/lay-panel/index.vue b/src/layout/components/lay-panel/index.vue index b461135fc..7db4b18ea 100644 --- a/src/layout/components/lay-panel/index.vue +++ b/src/layout/components/lay-panel/index.vue @@ -51,7 +51,7 @@ onBeforeUnmount(() => {

{{ t("panel.pureSystemSet") }} @@ -73,12 +73,14 @@ onBeforeUnmount(() => { />

- +
-:deep(.el-scrollbar) { - height: calc(100vh - 110px); -} - .right-panel-background { position: fixed; top: 0; @@ -139,11 +137,4 @@ onBeforeUnmount(() => { transform: translate(0); } } - -.project-configuration { - display: flex; - align-items: center; - justify-content: space-between; - padding: 14px 20px; -} diff --git a/src/style/dark.scss b/src/style/dark.scss index 467aa6acc..7c4d755b4 100644 --- a/src/style/dark.scss +++ b/src/style/dark.scss @@ -135,17 +135,6 @@ html.dark { } } - /* 系统配置面板 */ - .right-panel-items { - .el-divider__text { - --el-bg-color: var(--el-bg-color); - } - - .el-divider--horizontal { - border-top: none; - } - } - /* 表单设计器 */ .design-form { .el-main.config-content,