mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-30 03:07:36 +08:00
fix steps style bug in ie9
This commit is contained in:
parent
78a460ac9e
commit
3d19de3cd5
@ -36,20 +36,21 @@
|
||||
@when horizontal {
|
||||
top: 15px;
|
||||
height: 2px;
|
||||
left: 30px;
|
||||
left: 32px;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
@when vertical {
|
||||
width: 2px;
|
||||
box-sizing: border-box;
|
||||
top: 30px;
|
||||
top: 32px;
|
||||
bottom: 0;
|
||||
left: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
@e line-inner {
|
||||
display: inherit;
|
||||
display: block;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: inherit;
|
||||
|
Loading…
Reference in New Issue
Block a user