From beb8cdc176e7ff30d607f229340f4d212ba07470 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 09 五月 2025 17:06:10 +0800
Subject: [PATCH] 用户管理样式调整
---
vite.config.js | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/vite.config.js b/vite.config.js
index 8a49d01..13d1fcb 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -59,7 +59,6 @@
}
}
},
- //fix:error:stdin>:7356:1: warning: "@charset" must be the first rule in the file
css: {
postcss: {
plugins: [
@@ -68,7 +67,7 @@
AtRule: {
charset: (atRule) => {
if (atRule.name === 'charset') {
- atRule.remove();
+ atRule.remove()
}
}
}
--
Gitblit v1.9.3