fix : 细节优化
This commit is contained in:
@@ -760,6 +760,21 @@ const handleSelect = async (selection, row) => {
|
||||
color: #60DDDE;
|
||||
font-size: 38px;
|
||||
font-weight: bold;
|
||||
:deep(.el-pagination.is-background ) {
|
||||
.btn-next,.btn-prev {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.el-pager {
|
||||
li {
|
||||
margin: 0 0 0 40px;
|
||||
}
|
||||
|
||||
li.is-active {
|
||||
background-color: #60DDDE;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
> span:first-child {
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user