zhangzengfei
2022-10-14 c868f26356ee88f88a316c72e5aa17ef8060822e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.btns {
  .el-switch__core {
    border-radius: 16px;
    height: 32px;
  }
  .el-switch__core::after {
    height: 30px;
    width: 30px;
    margin-top: -1px;
  }
  .el-switch.is-checked .el-switch__core::after {
    margin-left: -31px;
  }
}