From edcb5d7232547cb2cbb2d91ef2eaca9beda9b05d Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: Thu, 01 Feb 2024 16:56:27 +0800
Subject: [PATCH] bug修改
---
src/views/homePage.vue | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/views/homePage.vue b/src/views/homePage.vue
index a51e1dc..ac24b1e 100644
--- a/src/views/homePage.vue
+++ b/src/views/homePage.vue
@@ -3,7 +3,7 @@
<!-- <img class="pics1" src="src/assets/images/login-data.png">-->
<!-- <img class="pics2" src="src/assets/images/login-search.png">-->
<div class="main-content">
- <div class="top">
+ <div class="top" style="z-index: 1">
<div class="top-cont">
<div class="logo blueFont">智慧安评</div>
<div class="time">
@@ -18,7 +18,7 @@
</div>
</div>
- <div class="nav blueBg">
+ <div class="nav blueBg" style="z-index: 1">
<div class="nav-cont">
<div :class="state.activeMenu == 1?'active': ''" @click="changeTab(1)">
<HomeFilled style="width: 1em; height: 1em; margin-right: 8px" />
@@ -167,7 +167,7 @@
justify-content: center;
.top-cont{
width: 1200px;
- height: 90px;
+ height: 80px;
display: flex;
align-items: center;
justify-content: space-between;
@@ -176,14 +176,14 @@
.logo{
font-size: 2rem;
font-weight: 800;
- height: 90px;
- line-height: 90px;
+ height: 80px;
+ line-height: 80px;
font-family: "PingFang SC";
}
.time{
font-size: 16px;
- height: 90px;
+ height: 80px;
display: flex;
flex-direction: column;
justify-content: center;
@@ -201,7 +201,7 @@
width: 100%;
height: 70px;
position: fixed;
- top: 90px;
+ top: 80px;
left: 0;
.nav-cont{
width: 1200px;
@@ -250,8 +250,8 @@
}
.el-login-footer {
- height: 60px;
- line-height: 60px;
+ height: 40px;
+ line-height: 40px;
position: fixed;
bottom: 0;
width: 100%;
--
Gitblit v1.9.2