index.less 131 B

123456
  1. .cip-switch__wrapper {
  2. line-height: @formItemLineHeight;
  3. .el-switch {
  4. --el-switch-on-color: var(--el-color-success);
  5. }
  6. }