From 74344a2ec388b78fe906a22c31f8fdb77fc60b12 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Fri, 04 Mar 2022 15:55:59 +0800
Subject: [PATCH] 404页面优化,页面响应式变化适配

---
 src/components/swichLabel/main3-show.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/swichLabel/main3-show.vue b/src/components/swichLabel/main3-show.vue
index 90529f7..d5ba4dd 100644
--- a/src/components/swichLabel/main3-show.vue
+++ b/src/components/swichLabel/main3-show.vue
@@ -3,8 +3,8 @@
 		<a-row>
 			<a-col v-bind="colApiMain " class="holdHeight">
 				<a-page-header title="我的网盘" style="padding: 0px;" @back="() => this.$router.go(-1)" />
-				<net-file></net-file>
-				<!-- <myVideo></myVideo> -->
+				<!-- <net-file></net-file> -->
+				<myVideo></myVideo>
 			</a-col>
 		</a-row>
 	</div>

--
Gitblit v1.9.1