Commit 6a25760d authored by isunkui's avatar isunkui Committed by FuryBean

Table: fix table style (#130)

parent ba66b4d5
...@@ -93,16 +93,15 @@ ...@@ -93,16 +93,15 @@
padding-right: 18px; padding-right: 18px;
line-height: 40px; line-height: 40px;
box-sizing: border-box; box-sizing: border-box;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
} }
& td > div { & td > div {
box-sizing: border-box; box-sizing: border-box;
} }
& td > div > div {
width: inherit;
}
& td div { & td div {
display: block; display: block;
} }
...@@ -198,6 +197,7 @@ ...@@ -198,6 +197,7 @@
width: 10px; width: 10px;
height: 12px; height: 12px;
padding: 0; padding: 0;
overflow: initial;
} }
& .sort-caret { & .sort-caret {
......
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