From 5aab750fc37f28917caec8b66e7179329f6e7dbf Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期四, 14 十二月 2023 11:16:18 +0800 Subject: [PATCH] 修改样式 --- src/views/homePage.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/homePage.vue b/src/views/homePage.vue index 0418459..39afb47 100644 --- a/src/views/homePage.vue +++ b/src/views/homePage.vue @@ -199,13 +199,13 @@ .nav{ width: 100%; - height: 80px; + height: 70px; position: fixed; top: 90px; left: 0; .nav-cont{ width: 1200px; - height: 80px; + height: 70px; margin: 0 auto; display: flex; align-items: center; -- Gitblit v1.9.2