mirror of https://github.com/ElemeFE/element
Table: fix table column default alignment (#12578)
parent
6b76896c40
commit
74827513d0
|
@ -112,15 +112,12 @@
|
|||
text-overflow: ellipsis;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
text-align: left;
|
||||
|
||||
@include when(center) {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@include when(left) {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@include when(right) {
|
||||
text-align: right;
|
||||
}
|
||||
|
@ -179,7 +176,6 @@
|
|||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
user-select: none;
|
||||
text-align: left;
|
||||
background-color: $--table-header-background;
|
||||
|
||||
div {
|
||||
|
|
Loading…
Reference in New Issue