sbt-idp/cope2n-fe/src/theme/table.scss

11 lines
258 B
SCSS
Raw Normal View History

2024-01-31 04:08:20 +00:00
.ant-table-thead > tr > th {
font-weight: 600 !important;
}
2024-02-15 08:51:54 +00:00
.sbt-table-wrapper .sbt-table-thead .hide-border-right {
border-right: none !important;
}
.sbt-table-wrapper .sbt-table-thead .show-border-left {
border-left: 1px solid #f0f0f0 !important;
}