From b7b93447f08cb46eaa3aa51f22971b4ab50114c9 Mon Sep 17 00:00:00 2001 From: huangge1199 Date: Mon, 2 Sep 2024 09:20:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E5=90=8E=E5=8F=B0=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=B8=AA=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/assets/styles/index.scss | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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 {