king
2022-04-26 5046d0d13dc6a8563b8e54e31913bc44cfa1072f
src/menu/components/card/cardcellcomponent/dragaction/index.scss
@@ -122,4 +122,25 @@
    background-position: center center;
    background-repeat: no-repeat;
  }
  .ant-switch-large {
    min-width: 60px;
    height: 30px;
    line-height: 28px;
    .ant-switch-inner {
      margin-right: 5px;
      margin-left: 30px;
      font-size: 16px;
    }
  }
  .ant-switch-large.ant-switch-checked {
    .ant-switch-inner {
      margin-right: 30px;
      margin-left: 5px;
    }
  }
  .ant-switch-large::after {
    width: 26px;
    height: 26px;
  }
}