From ef872c682f75f711df9e0da891b1ece3073b9cac Mon Sep 17 00:00:00 2001 From: lijing1 Date: Fri, 7 Nov 2025 16:30:19 +0800 Subject: [PATCH] =?UTF-8?q?update:=E5=AD=90=E5=BA=94=E7=94=A8=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=94=99=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/spdm/index.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/spdm/index.scss b/src/spdm/index.scss index ee536bb..2f16cfa 100644 --- a/src/spdm/index.scss +++ b/src/spdm/index.scss @@ -22,3 +22,11 @@ --margin-large: 20px; --margin-huge: 30px; } + +// 为了解决子应用定位样式错位 +// .el-scrollbar { +// position: static !important; +// .layout-parent { +// position: static !important; +// } +// }