forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-15 d44e0bd425b2b99e4198afc96ba37d9888e0512e
gz-customerSystem/src/components/ProgressStep/index.less
@@ -3,7 +3,7 @@
.myStep {
   &-item {
      position: relative;
      padding-bottom: 32px;
      padding-bottom: 34px;
      &-success {
         background-color: @main-color;
@@ -74,16 +74,15 @@
      &-divider {
         position: absolute;
         top: 0;
         top: 56px;//52+4
         left: 24px;
         width: 3px;
         height: 32px+52px;
         padding-top: 22px;
         width: 2px;
         bottom: 4px;
         &::after {
            content: '';
            display: inline-block;
            height: 32px+52px;
            height: 100%;
            border-left: 2px solid;
            border-color: @divider-color;
         }