@trove-ui/react
Version:
A React component library for T Design UI
44 lines (34 loc) • 1.03 kB
CSS
.t-table-dGBXkd {
color: #222;
--border-color: #dbdbdb;
border-radius: 5px;
overflow: auto;
}
.t-table-dGBXkd .t-table__thead-DZtX27, .t-table-dGBXkd .t-table__tbody-TZgfdD, .t-table-dGBXkd .t-table__tr-xWmfI2 {
display: contents;
}
.t-table-dGBXkd .t-table__wrapper-Eo_I8g {
background-color: #fcfcfc;
border-radius: 5px;
width: max-content;
min-width: 100%;
}
.t-table-dGBXkd.border-qY2U4k {
border: thin solid var(--border-color);
}
.t-table-dGBXkd .t-table__td-yyDi3V, .t-table-dGBXkd .t-table__th-Laydwu {
padding: 22px;
}
.t-table-dGBXkd .t-table__td-yyDi3V.border-qY2U4k, .t-table-dGBXkd .t-table__th-Laydwu.border-qY2U4k {
border-right: thin solid var(--border-color);
border-bottom: thin solid var(--border-color);
}
.t-table-dGBXkd .t-table__td-yyDi3V:last-child, .t-table-dGBXkd .t-table__th-Laydwu:last-child {
border-right: 0;
}
.t-table-dGBXkd .t-table__tr-xWmfI2:last-child .t-table__td-yyDi3V {
border-bottom: 0;
}
.t-table-dGBXkd .t-table__th-Laydwu {
font-weight: 600;
}