UNPKG
vant-fork
Version:
latest (1.3.6)
1.3.6
1.3.5
1.3.4
Lightweight Mobile UI Components built on Vue
github.com/youzan/vant
youzan/vant
vant-fork
/
packages
/
vant-css
/
src
/
switch-cell.css
11 lines
(8 loc)
•
132 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
@import
'./common/var.css'
;
.van-switch-cell
{
padding-top
:
8px
;
padding-bottom
:
8px
;
.van-switch
{
float
: right; } }