From 55bdc8f06c9b0c8622f84602c18b1804b4cec397 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=90=AA?= <727393967@qq.com>
Date: Mon, 26 Aug 2024 17:13:38 +0800
Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=8A=9F=E8=83=BD=E5=AE=8C?=
=?UTF-8?q?=E6=88=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/container.vue | 4 +--
src/components/public/Footer.vue | 17 ++++++-------
src/components/public/Header.vue | 2 +-
src/style/style.scss | 8 +++---
src/views/dataTransfer/voyageReg.vue | 4 +--
src/views/home.vue | 37 ++++++++++++++++++++--------
6 files changed, 42 insertions(+), 30 deletions(-)
diff --git a/src/components/container.vue b/src/components/container.vue
index f591c01..08d3f96 100644
--- a/src/components/container.vue
+++ b/src/components/container.vue
@@ -5,19 +5,17 @@
-
+
-
\ No newline at end of file
+
diff --git a/src/components/public/Header.vue b/src/components/public/Header.vue
index 6d0d2ee..be6e840 100644
--- a/src/components/public/Header.vue
+++ b/src/components/public/Header.vue
@@ -240,7 +240,7 @@ export default {
// 退出登录
onLogout() {
loginOut().then(res => {
- location.href = '/#/container/login'
+ location.href = './#/container/login'
setTimeout(() => {
location.reload()
}, 100)
diff --git a/src/style/style.scss b/src/style/style.scss
index 40e443e..b2f8902 100644
--- a/src/style/style.scss
+++ b/src/style/style.scss
@@ -18,9 +18,9 @@ header{
background: #012458;
padding: 0 3%;
box-sizing: border-box;
- position: fixed;
- top: 0;
- left: 0;
+ //position: fixed;
+ //top: 0;
+ //left: 0;
z-index: 2000;
color:white;
.otherPub{
@@ -1311,7 +1311,7 @@ header{
}
.container_a {
- padding-top: 90px;
+ //padding-top: 90px;
}
.box_p{
padding:20px 4%;
diff --git a/src/views/dataTransfer/voyageReg.vue b/src/views/dataTransfer/voyageReg.vue
index ffef75c..1457e00 100644
--- a/src/views/dataTransfer/voyageReg.vue
+++ b/src/views/dataTransfer/voyageReg.vue
@@ -89,7 +89,7 @@
-
+
-
+
+
+
@@ -657,6 +664,7 @@ export default {
display: flex;
flex-direction: column;
align-items: center;
+ position: relative;
.guiji_1 {
margin-bottom: 20px;
@@ -747,6 +755,15 @@ export default {
height: 100%;
}
}
+ .cover {
+ width: 100%;
+ height: 800px;
+ position: absolute;
+ top: 0;
+ left: 0;
+ z-index: 3000;
+ background-color: pink;
+ }
}
.shuju {