mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-03 20:58:09 +08:00
TableColumn: fix TableColumn align style
This commit is contained in:
parent
cefe15dc19
commit
52487638d3
@ -90,6 +90,7 @@
|
||||
& th > div {
|
||||
display: inline-block;
|
||||
padding-left: 18px;
|
||||
padding-right: 18px;
|
||||
line-height: 40px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@ -250,6 +251,7 @@
|
||||
text-overflow: ellipsis;
|
||||
line-height: 40px;
|
||||
padding-left: 18px;
|
||||
padding-right: 18px;
|
||||
}
|
||||
|
||||
& tr input[type="checkbox"] {
|
||||
|
Loading…
Reference in New Issue
Block a user