Files
supplier-dispatch-h5/node_modules/vant/lib/switch-cell/index.less
2023-08-11 10:45:20 +08:00

16 lines
295 B
Plaintext

@import '../style/var';
.van-switch-cell {
padding-top: @switch-cell-padding-top;
padding-bottom: @switch-cell-padding-bottom;
&--large {
padding-top: @switch-cell-large-padding-top;
padding-bottom: @switch-cell-large-padding-bottom;
}
.van-switch {
float: right;
}
}