Merge pull request #124 from isunkui/TableColumn

TableColumn: fix TableColumn align style
pull/125/head
杨奕 2016-09-22 00:53:11 -05:00 committed by GitHub
commit 5bec4d7f31
1 changed files with 3 additions and 1 deletions

View File

@ -90,6 +90,7 @@
& th > div {
display: inline-block;
padding-left: 18px;
padding-right: 18px;
line-height: 40px;
box-sizing: border-box;
}
@ -250,7 +251,8 @@
text-overflow: ellipsis;
line-height: 40px;
padding-left: 18px;
}
padding-right: 18px;
}
& tr input[type="checkbox"] {
margin: 0;