mirror of https://github.com/ElemeFE/element
Table: align sort arrows
parent
be3dcbfc4c
commit
e1a5b62267
|
@ -431,7 +431,6 @@
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
|
||||||
height: 34px;
|
height: 34px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
@ -445,6 +444,7 @@
|
||||||
height: 0;
|
height: 0;
|
||||||
border: solid 5px transparent;
|
border: solid 5px transparent;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
left: 7px;
|
||||||
|
|
||||||
&.ascending {
|
&.ascending {
|
||||||
border-bottom-color: $--color-text-placeholder;
|
border-bottom-color: $--color-text-placeholder;
|
||||||
|
|
Loading…
Reference in New Issue