mirror of https://github.com/ElemeFE/element
commit
63db941e32
|
@ -30,12 +30,10 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
border-color: inherit;
|
border-color: inherit;
|
||||||
background-color: #c0ccda;
|
background-color: #c0ccda;
|
||||||
z-index: -1;
|
|
||||||
|
|
||||||
@when icon {
|
@when icon {
|
||||||
@when horizontal {
|
@when horizontal {
|
||||||
width: 55%;
|
right: 4px;
|
||||||
margin-left: 35px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@when vertical {
|
@when vertical {
|
||||||
|
@ -47,15 +45,15 @@
|
||||||
@when horizontal {
|
@when horizontal {
|
||||||
top: 15px;
|
top: 15px;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
width: 100%;
|
left: 32px;
|
||||||
margin-right: -14px;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@when vertical {
|
@when vertical {
|
||||||
width: 2px;
|
width: 2px;
|
||||||
height: 100%;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding-top: 28px;
|
top: 32px;
|
||||||
|
bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue