From 3280bacb5062efb061a30709085056fc4b7114ab Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期二, 22 四月 2025 17:58:47 +0800
Subject: [PATCH] 样式修改

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

diff --git a/src/layout/index.vue b/src/layout/index.vue
index 5664b1e..1bfab19 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%;
@@ -134,8 +133,7 @@
         color: #decaac;
         font-size: 24px;
         border-bottom: 1px solid #b9a587;
-        height: 180px;
-
+        height: 18vh;
         .menuText {
           line-height: 50px;
         }

--
Gitblit v1.9.1