diff --git a/docs/package.json b/docs/package.json index d3fa2f8b..493b892c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -7,7 +7,7 @@ "build": "vuepress build src -d dist" }, "dependencies": { - "element-plus": "^2.1.7", + "element-plus": "^2.2.0", "highlight.js": "^11.2.0" }, "devDependencies": { diff --git a/magic-admin/web/package.json b/magic-admin/web/package.json index 8e7b56a8..44f0d26f 100644 --- a/magic-admin/web/package.json +++ b/magic-admin/web/package.json @@ -17,7 +17,7 @@ "axios": "^0.25.0", "axios-jsonp": "^1.0.4", "core-js": "^3.20.0", - "element-plus": "^2.1.7", + "element-plus": "^2.2.0", "js-cookie": "^3.0.0", "moment": "^2.29.1", "vue": "^3.2.26", diff --git a/magic-admin/web/src/components/act-info-drawer.vue b/magic-admin/web/src/components/act-info-drawer.vue index 8f6a5e23..131bc1aa 100644 --- a/magic-admin/web/src/components/act-info-drawer.vue +++ b/magic-admin/web/src/components/act-info-drawer.vue @@ -1,6 +1,6 @@