22 lines
554 B
SCSS
22 lines
554 B
SCSS
|
.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;
|
||
|
}
|
||
|
}
|
||
|
}
|