forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-03 11f32d52a3478d4aeffffb2f456ef1a5759724a5
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;
}
}