You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
677 B
Plaintext
36 lines
677 B
Plaintext
2 years ago
|
//表格样式
|
||
|
.el-table {
|
||
|
td.el-table__cell,
|
||
|
th.el-table__cell.is-leaf {
|
||
|
border-bottom: 1px solid #ebeef5;
|
||
|
}
|
||
|
.el-table__header-wrapper,
|
||
|
.el-table__fixed-header-wrapper {
|
||
|
border-top: 1px solid #ebeef5;
|
||
|
}
|
||
|
th.el-table__cell {
|
||
|
background: #f8f8f8 !important;
|
||
|
}
|
||
|
.el-button--text {
|
||
|
padding: 0px;
|
||
|
}
|
||
|
.el-button + .el-button,
|
||
|
.el-checkbox.is-bordered + .el-checkbox.is-bordered {
|
||
|
margin-left: 16px;
|
||
|
}
|
||
|
.deleteText {
|
||
|
color: #f56c6c;
|
||
|
}
|
||
|
}
|
||
|
.el-table::before,
|
||
|
.el-table__fixed-right::before,
|
||
|
.el-table__fixed::before {
|
||
|
height: 0px !important;
|
||
|
}
|
||
|
//分页
|
||
|
.pageNation {
|
||
|
margin-top: 8px;
|
||
|
display: flex;
|
||
|
justify-content: flex-end;
|
||
|
}
|