first
This commit is contained in:
15
node_modules/vant/lib/switch-cell/index.less
generated
vendored
Normal file
15
node_modules/vant/lib/switch-cell/index.less
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
@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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user