forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-12 73370c3b2f2e8340d9c46124af56576d5de2bb59
gz-customerSystem/src/components/WantUserTag/index.less
@@ -30,6 +30,28 @@
      }
   }
   &-wantHandleUser{
      display:flex;
      padding: 5px 8px;
      border: 1px solid rgba(229,230,235,1);
      align-items: center;
      border-radius: 2px;
      &-right {
         margin-left: 8px;
      }
      &-left{
         margin-top: -5px;
      }
      &-icon{
         color: #1D2129;
         margin-top: -2px;
         margin-left: 8px;
      }
   }
   &-green {
      background: linear-gradient(135deg, #05aeae, rgba(5, 174, 174, 0.85) 100%);
   }