mirror of https://github.com/ElemeFE/element
TableColumn: fix TableColumn align style
parent
cefe15dc19
commit
52487638d3
|
@ -90,6 +90,7 @@
|
||||||
& th > div {
|
& th > div {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-left: 18px;
|
padding-left: 18px;
|
||||||
|
padding-right: 18px;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
@ -250,6 +251,7 @@
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
padding-left: 18px;
|
padding-left: 18px;
|
||||||
|
padding-right: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
& tr input[type="checkbox"] {
|
& tr input[type="checkbox"] {
|
||||||
|
|
Loading…
Reference in New Issue