给后台添加个背景色

This commit is contained in:
huangge1199 2024-09-02 09:20:51 +08:00
parent a0748feb3f
commit b7b93447f0
2 changed files with 8 additions and 2 deletions

View File

@ -38,7 +38,7 @@
"animate.css": "4.1.1",
"axios": "^1.6.2",
"echarts": "5.4.0",
"element-plus": "2.2.27",
"element-plus": "^2.8.1",
"file-saver": "2.0.5",
"fuse.js": "6.6.2",
"highlight.js": "^11.10.0",

View File

@ -155,7 +155,13 @@ aside {
}
.pagination-container {
margin-top: 30px;
margin-top: 20px;
height: 50px;
.el-pagination {
float: right;
position: relative;
}
}
.text-center {