UNPKG
lulouis-vant
Version:
latest (1.5.9)
1.5.9
1.5.8
Lightweight Mobile UI Components built on Vue
github.com/lulouis/vant
lulouis/vant
lulouis-vant
/
lib
/
switch-cell
/
index.less
11 lines
(8 loc)
•
183 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
@import
'../style/var'
;
.van-switch-cell
{
padding-top
:
@switch-cell-padding-top
;
padding-bottom
:
@switch-cell-padding-bottom
;
.van-switch
{
float
: right; } }