From 11f32d52a3478d4aeffffb2f456ef1a5759724a5 Mon Sep 17 00:00:00 2001 From: zhangyongtian <1181606322@qq.com> Date: Tue, 03 Sep 2024 17:01:58 +0800 Subject: [PATCH] feat: 回退 --- gz-customerSystem/src/views/register/index.less | 44 ++++++++++++++++++++++++++------------------ 1 files changed, 26 insertions(+), 18 deletions(-) diff --git a/gz-customerSystem/src/views/register/index.less b/gz-customerSystem/src/views/register/index.less index c3f7746..aecb74d 100644 --- a/gz-customerSystem/src/views/register/index.less +++ b/gz-customerSystem/src/views/register/index.less @@ -129,10 +129,17 @@ &-hasTabPage { background-color: #fff; - margin: 8px 8px 0px 16px; + margin: 8px 16px 0px 16px; padding: 12px 16px 64px 16px; height: calc(100vh - 288px); - overflow-y: scroll; + + .arco-tabs-header-nav { + margin-left: 0 !important; + } + + .scrollTabContent { + overflow-y: scroll; + } } } @@ -367,21 +374,23 @@ margin-right: 16px; } -.tabs-container .arco-tabs-header { - position: relative; - display: inline-block; - transition: transform .2s cubic-bezier(.34, .69, .1, 1); - white-space: nowrap; - transform: translateX(0px); - width: 300px; - flex: 1; - display: flex; - justify-content: space-evenly; -} +.tabs-container { + .arco-tabs-header { + position: relative; + display: inline-block; + transition: transform .2s cubic-bezier(.34, .69, .1, 1); + white-space: nowrap; + transform: translateX(0px); + width: 300px; + flex: 1; + display: flex; + justify-content: space-evenly; + } -.tabs-container .arco-tabs-header-ink { - left: 83.988px; - width: 82px; + .arco-tabs-header-ink { + left: 83.988px; + width: 82px; + } } .progress { @@ -434,5 +443,4 @@ display: flex; gap: 8px; margin-bottom: 8px; -} - +} \ No newline at end of file -- Gitblit v1.8.0