Commit f5e133c1 by Apple\Apple

Merge remote-tracking branch 'origin/ui/refactor' into ui/refactor

parents b5069c28 cdf7c35d
......@@ -78,6 +78,20 @@ body {
.hide-on-mobile {
display: none !important;
}
.semi-table-tbody,
.semi-table-row,
.semi-table-row-cell {
display: block !important;
width: auto !important;
padding: 2px !important;
}
.semi-table-row-cell {
border-bottom: 0 !important;
}
.semi-table-tbody > .semi-table-row {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
}
.tableShow {
......
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 sign in to comment