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 {