mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
11 lines
147 B
CSS
11 lines
147 B
CSS
@import '../common/style/var.css';
|
|
|
|
.van-switch-cell {
|
|
padding-top: 8px;
|
|
padding-bottom: 8px;
|
|
|
|
&__switch {
|
|
vertical-align: middle;
|
|
}
|
|
}
|