Commit 5bec4d7f authored by 杨奕's avatar 杨奕 Committed by GitHub

Merge pull request #124 from isunkui/TableColumn

TableColumn: fix TableColumn align style
parents cefe15dc 52487638
...@@ -90,6 +90,7 @@ ...@@ -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,7 +251,8 @@ ...@@ -250,7 +251,8 @@
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"] {
margin: 0; margin: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment