TableColumn: fix TableColumn align style

pull/124/head
isunkui 2016-09-22 12:55:28 +08:00
parent cefe15dc19
commit 52487638d3
1 changed files with 3 additions and 1 deletions

View File

@ -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"] {