mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 20:04:09 +00:00
11 lines
132 B
CSS
11 lines
132 B
CSS
@import './common/var.css';
|
|
|
|
.van-switch-cell {
|
|
padding-top: 8px;
|
|
padding-bottom: 8px;
|
|
|
|
.van-switch {
|
|
float: right;
|
|
}
|
|
}
|