mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
style(Switch): remove unnecessary z-index (#7497)
This commit is contained in:
parent
b9a8773a0a
commit
ce619c67e2
@ -731,7 +731,6 @@
|
|||||||
@switch-width: 2em;
|
@switch-width: 2em;
|
||||||
@switch-height: 1em;
|
@switch-height: 1em;
|
||||||
@switch-node-size: 1em;
|
@switch-node-size: 1em;
|
||||||
@switch-node-z-index: 1;
|
|
||||||
@switch-node-background-color: @white;
|
@switch-node-background-color: @white;
|
||||||
@switch-node-box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.05),
|
@switch-node-box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.05),
|
||||||
0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.05);
|
0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.05);
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: @switch-node-z-index;
|
|
||||||
width: @switch-node-size;
|
width: @switch-node-size;
|
||||||
height: @switch-node-size;
|
height: @switch-node-size;
|
||||||
background-color: @switch-node-background-color;
|
background-color: @switch-node-background-color;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user