From 27f42527c4f060d4b0354ff79690262fe287e641 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期三, 24 一月 2024 11:57:15 +0800
Subject: [PATCH] 右側图标和左侧的切换设备对齐样式调整
---
package.json | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/package.json b/package.json
index e9bf7d7..6e767bb 100644
--- a/package.json
+++ b/package.json
@@ -13,6 +13,7 @@
"prepare": "husky install"
},
"dependencies": {
+ "amfe-flexible": "^2.2.1",
"@babel/polyfill": "^7.12.1",
"@element-plus/icons-vue": "^2.1.0",
"@vueuse/core": "^10.5.0",
@@ -24,6 +25,7 @@
"js-base64": "^2.6.2",
"lodash-es": "^4.17.21",
"pinia": "^2.1.7",
+ "postcss-pxtorem": "^6.0.0",
"vue": "^3.3.4",
"vue-hooks-plus": "^1.8.5",
"vue-router": "^4.2.5",
@@ -48,6 +50,8 @@
"lint-staged": "^15.0.2",
"npm-run-all2": "^6.1.1",
"prettier": "^3.0.3",
+ "px2rem-loader": "^0.1.9",
+ "rollup-plugin-esbuild": "^6.1.0",
"sass": "^1.69.4",
"terser": "^5.27.0",
"typescript": "~5.2.0",
--
Gitblit v1.8.0