From cba39a6e390fefb74a649c694aaabfd743e9a296 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 21 Mar 2024 10:54:28 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=A7=BB=E5=8A=A8=E7=AB=AF):=20=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AF=E8=AE=BE=E8=AE=A1=E9=A1=B5=E9=9D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/dashboard/MobileConfigPanel.vue | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue b/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue index d2022455c5..25be8e166d 100644 --- a/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue +++ b/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue @@ -229,8 +229,8 @@ const save = () => {
移动端配置
- +
{ />
-
+
@@ -398,6 +398,11 @@ const save = () => { :deep(.ed-tabs) { --ed-tabs-header-height: 36px; border-top: 1px solid #1f232926; + position: sticky; + top: 38px; + left: 0; + background: #fff; + z-index: 21; .ed-tabs__header { padding-left: 8px; &::before { @@ -422,6 +427,11 @@ const save = () => { font-weight: 500; line-height: 22px; padding: 8px; + position: sticky; + top: 0; + left: 0; + background: #fff; + z-index: 21; } .config-mobile-tab {