diff --git a/package.json b/package.json index 9a297a3..fa77875 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index 14706fe..88dd631 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -155,7 +155,13 @@ aside { } .pagination-container { - margin-top: 30px; + margin-top: 20px; + height: 50px; + + .el-pagination { + float: right; + position: relative; + } } .text-center {