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    |    1 -
 src/views/directory/index.vue |    4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/views/directory/index.vue b/src/views/directory/index.vue
index b94eafc..0557fb3 100644
--- a/src/views/directory/index.vue
+++ b/src/views/directory/index.vue
@@ -519,7 +519,7 @@
 <style lang="less" scoped>
 .page {
   width: 100%;
-  height: 100%;
+  height: 100vh;
   box-sizing: border-box;
   background-color: #e9e1d4;
   position: relative;
@@ -527,7 +527,7 @@
 }
 
 .page-header {
-  height: 9.4%;
+  height: 9.4vh;
   width: 100%;
   text-align: left;
   border-bottom: 2px solid #937950;
diff --git a/src/views/honors/index.vue b/src/views/honors/index.vue
index d928ddb..b3e4ee0 100644
--- a/src/views/honors/index.vue
+++ b/src/views/honors/index.vue
@@ -215,7 +215,6 @@
   .honors-main {
     width: 77.3%;
     min-width: 1600px;
-    transform: scale(1);
   }
 
   .honors-title p {

--
Gitblit v1.9.1