From 336a519d0481f9f1678e84bd47d46b66942b1ae0 Mon Sep 17 00:00:00 2001 From: zhangyongtian <1181606322@qq.com> Date: Fri, 06 Sep 2024 10:43:35 +0800 Subject: [PATCH] feat: 事件流转改变 --- gz-customerSystem/src/views/register/index.less | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/gz-customerSystem/src/views/register/index.less b/gz-customerSystem/src/views/register/index.less index 5d26710..b55c45e 100644 --- a/gz-customerSystem/src/views/register/index.less +++ b/gz-customerSystem/src/views/register/index.less @@ -108,6 +108,12 @@ overflow-y: scroll; } + &-noScrollPage { + background-color: #fff; + margin: 0px 16px 0px 16px; + padding: 12px 16px 16px 16px; + } + &-addBtn { cursor: pointer; padding: 8px; @@ -138,14 +144,9 @@ background-color: #fff; margin: 8px 16px 0px 16px; padding: 12px 16px 64px 16px; - height: calc(100vh - 288px); .arco-tabs-header-nav { margin-left: 0 !important; - } - - .scrollTabContent { - overflow-y: scroll; } } -- Gitblit v1.8.0