From 47363438599a6c7efae4aa52829a84c0dcacfe54 Mon Sep 17 00:00:00 2001
From: SunYF <123@hard_man.com>
Date: Sat, 29 Aug 2026 15:33:47 +0800
Subject: [PATCH] style(frontend): add global base style for app
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
补充全局基础样式,统一页面字体、边距和背景色,修复页面初始样式错乱问题
---
bj_power_wms_client/frontend/src/App.vue | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/bj_power_wms_client/frontend/src/App.vue b/bj_power_wms_client/frontend/src/App.vue
index 87ed26e..ae102d8 100644
--- a/bj_power_wms_client/frontend/src/App.vue
+++ b/bj_power_wms_client/frontend/src/App.vue
@@ -1,3 +1,8 @@
-
\ No newline at end of file
+
+
+
\ No newline at end of file