style: Add styles for semi-table components to improve layout and presentation

This commit is contained in:
CaIon
2025-05-29 03:35:18 +08:00
parent 97cbe9b55e
commit cdf7c35df2

View File

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