fix : 细节优化

This commit is contained in:
2024-03-04 17:56:50 +08:00
parent 07739421e8
commit 534c492562
5 changed files with 50 additions and 3 deletions

View File

@@ -786,6 +786,21 @@ const handleCurrentChange = (val) => {
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;

View File

@@ -889,6 +889,21 @@ const handleMoreDelete = () => {
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 {
margin-right: 60px;

View File

@@ -950,7 +950,7 @@ const initWebSocket = () => {
font-weight: bold;
:deep(.el-pagination.is-background ) {
.btn-next {
.btn-next,.btn-prev {
background-color: transparent;
}

View File

@@ -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;