index.less 113 B

123456
  1. .cip-switch__wrapper{
  2. line-height: @formItemLineHeight;
  3. .el-switch{
  4. --el-switch-on-color: #13ce66;
  5. }
  6. }