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,