From 0b3bdc021581e6802351a13d0ebd74a1b0e712ba Mon Sep 17 00:00:00 2001 From: lichunn <269031597@qq.com> Date: Mon, 11 Nov 2024 19:14:44 -0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Afix=20review?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/theme/base/src/page/base-config-page.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/theme/base/src/page/base-config-page.less b/packages/theme/base/src/page/base-config-page.less index 0b381fa50..3f2e7c305 100644 --- a/packages/theme/base/src/page/base-config-page.less +++ b/packages/theme/base/src/page/base-config-page.less @@ -252,8 +252,8 @@ td { } } &.fixed-left.fixed-left { - top: var(--base-nav-panel-width) !important; + top: var(--base-top-panel-height) !important; transform: translateX(calc(4px - var(--base-right-panel-width))); - height: calc(100% - 40px); + height: calc(100% - var(--base-top-panel-height)); } }