From cd9bda0a934867ad2c587046c13090709861323f Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期一, 07 四月 2025 18:02:04 +0800
Subject: [PATCH] 首页

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

diff --git a/src/layout/index.vue b/src/layout/index.vue
index 5664b1e..231eede 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -69,10 +69,8 @@
 
 <style lang="less" scoped>
 .homeLayoutBox {
-  width: 100%;
   height: 100%;
   display: flex;
-
   // background-image: url("@/assets/images/homeBg.png");
   // background-repeat: no-repeat;
   // background-size: 100% 95%;
@@ -92,6 +90,7 @@
     background: #937950;
     display: flex;
     flex-direction: column;
+    font-family: Alimama DongFangDaKai;
 
     .leftMenuTitle {
       width: 100%;

--
Gitblit v1.9.1