From 5462b1f6c66eeb995af8202436bbae618111dc5e Mon Sep 17 00:00:00 2001
From: gaofw189 <gaofw189@chinatelecom.cn>
Date: 星期四, 09 二月 2023 09:20:46 +0800
Subject: [PATCH] 去除lombok依赖-后续考虑引入

---
 web_src/src/layout/index.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/web_src/src/layout/index.vue b/web_src/src/layout/index.vue
index dccf662..d6afcf6 100644
--- a/web_src/src/layout/index.vue
+++ b/web_src/src/layout/index.vue
@@ -24,6 +24,9 @@
 }
 </script>
 <style>
+body{
+  font-family: sans-serif;
+}
 /*瀹氫箟鏍囬鏍�*/
 .page-header {
   background-color: #FFFFFF;

--
Gitblit v1.8.0