cmc-web/packages/common/css/lib/components/table.scss

23 lines
491 B
SCSS
Raw Normal View History

2024-08-20 12:11:31 +00:00
.table-container {
2024-08-21 01:17:14 +00:00
.custom-header {
background: #f5f7fa !important;
color: #333;
border-bottom: 1px solid #dcdfe6 !important;
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
background-color: #eaf3fd;
}
.gutter {
background: #f5f7fa !important;
color: #333;
border-bottom: 1px solid #dcdfe6 !important;
}
.pagination-container {
margin-top: 10px;
text-align: right;
.el-pagination__jump {
margin-left: 0;
2024-08-20 12:11:31 +00:00
}
2024-08-21 01:17:14 +00:00
}
}