mirror of https://github.com/ElemeFE/element
Steps: fix line style in vertical mode
parent
2f41d86d2e
commit
686653e3ba
|
@ -31,11 +31,6 @@
|
||||||
@when horizontal {
|
@when horizontal {
|
||||||
right: 4px;
|
right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@when vertical {
|
|
||||||
height: 55%;
|
|
||||||
margin-top: 35px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@when horizontal {
|
@when horizontal {
|
||||||
|
@ -64,6 +59,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@e icon {
|
@e icon {
|
||||||
|
display: block;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
|
|
Loading…
Reference in New Issue