@import '../../../style/dantd.less';

.ant-switch-checked .ant-switch-handle {
  left: calc(~"100% - 20px") !important;
}
.ant-switch-small.ant-switch-checked .ant-switch-handle {
  left: calc(~"100% - 14px") !important;
}