From 9c6775a4e1c10af36fe75535be7994495c094894 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期二, 15 四月 2025 09:44:48 +0800
Subject: [PATCH] 样式修改

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

diff --git a/src/views/honors/index.vue b/src/views/honors/index.vue
index 0a8984d..b3e4ee0 100644
--- a/src/views/honors/index.vue
+++ b/src/views/honors/index.vue
@@ -103,6 +103,7 @@
   box-sizing: border-box;
   background-color: #e9e1d4;
   position: relative;
+  overflow: hidden;
 }
 
 .honors-title {
@@ -115,7 +116,7 @@
   top: 0;
   z-index: 100;
   p {
-    padding: 2% 0 1.9% 0;
+    padding: 1.6% 0 1.55% 0;
     font-family: Alimama DongFangDaKai;
     font-size: 30px;
     text-indent: 1em;
@@ -214,7 +215,6 @@
   .honors-main {
     width: 77.3%;
     min-width: 1600px;
-    transform: scale(1);
   }
 
   .honors-title p {

--
Gitblit v1.9.1