From 3e192ea40d14b1bd3be24525cc27d392987ed5d8 Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Tue, 03 Sep 2024 17:07:51 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh into master --- gz-customerSystem/src/views/register/index.less | 41 +++++++++++++++++++++++++---------------- 1 files changed, 25 insertions(+), 16 deletions(-) diff --git a/gz-customerSystem/src/views/register/index.less b/gz-customerSystem/src/views/register/index.less index 4309317..814959a 100644 --- a/gz-customerSystem/src/views/register/index.less +++ b/gz-customerSystem/src/views/register/index.less @@ -130,10 +130,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; + } } } @@ -368,21 +375,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 { -- Gitblit v1.8.0