mark
2022-09-29 715191acb8dd5bccb3f7935c25128a990ed2b5c9
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;
  }
}