forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-15 200b3f9e47195b19484a9e8530079ee8e2c9aa5f
gz-customerSystem/src/components/ProgressStep/index.less
@@ -212,7 +212,7 @@
      border: 1px solid #e5e6eb;
      border-radius: 4px;
      color: #e5e6eb;
      padding: 4px 8px;
      padding: 3px 8px 4px 8px;
      cursor: pointer;
   }
@@ -220,4 +220,17 @@
      color: #1a6fb8;
      border-color: #1a6fb8;
   }
   &-unit {
      height: 32px;
      border-radius: 21px;
      color: #1D2129;
      padding: 3px 12px 4px 12px;
      cursor: pointer;
   }
   &-unitActive {
      background: #f3f2f7;
      color: #1a6fb8;
   }
}