zhangzengfei
2023-06-30 db5872786c1e1697a59af41386136ee002bb68ad
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;
  }
}