11 lines
258 B
SCSS
11 lines
258 B
SCSS
.ant-table-thead > tr > th {
|
|
font-weight: 600 !important;
|
|
}
|
|
|
|
.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;
|
|
} |