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

22 lines
554 B
SCSS
Raw Normal View History

2024-08-20 12:11:31 +00:00
.table-container {
.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;
}
}
}