@@ -13,9 +13,10 @@
.mine{
display: flex;
flex-direction: column;
- height: 100vh;
.body{
display: flex;
+ width: 100%;
+ min-width: 1366px;
height: calc(100% - 57px);
.container{
width: calc(100% - 171px);
@@ -28,7 +29,7 @@
}
\ No newline at end of file
From 6533e7bbf2ce09f2382f4d1384c9a5108b361915 Mon Sep 17 00:00:00 2001
From: ghusermoon <2673031505@qq.com>
Date: Fri, 25 Sep 2020 17:30:07 +0800
Subject: [PATCH 07/10] =?UTF-8?q?=E4=B8=8B=E5=AF=BC=E8=88=AA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/NavBottom.vue | 80 ++++++++++++++++++++++++++++++++++++
src/views/mine/Archives.vue | 16 ++++++++
2 files changed, 96 insertions(+)
create mode 100644 src/components/NavBottom.vue
diff --git a/src/components/NavBottom.vue b/src/components/NavBottom.vue
new file mode 100644
index 0000000..238435a
--- /dev/null
+++ b/src/components/NavBottom.vue
@@ -0,0 +1,80 @@
+
+
+
+
Beelink公司版权所有 2019—2022
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/mine/Archives.vue b/src/views/mine/Archives.vue
index 6439c1b..dc18d34 100644
--- a/src/views/mine/Archives.vue
+++ b/src/views/mine/Archives.vue
@@ -172,12 +172,14 @@