From a71b6416b467cd3b2ec24efd68accc85223e8a3b Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Tue, 01 Mar 2022 01:09:04 +0800
Subject: [PATCH] 预览调整

---
 src/components/group/MyPreviewModal.vue    |   12 ++++--------
 src/components/swichLabel/main3-show.vue   |    4 ++--
 src/components/group/articleListScorll.vue |    2 +-
 3 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/src/components/group/MyPreviewModal.vue b/src/components/group/MyPreviewModal.vue
index 0faa89e..92ef70d 100644
--- a/src/components/group/MyPreviewModal.vue
+++ b/src/components/group/MyPreviewModal.vue
@@ -1,10 +1,10 @@
 <template>
 	<div class="myModal">
-		<a-modal v-model="visible" title="编辑预览" on-ok="handleOk" width="90%" :footer="null"
+		<a-modal v-model="visible" title="编辑预览"  width="60%" :footer="null"
 			:bodyStyle="{'overflow':'overlay','width': '100%','height': '100%'}">
 			<div style="display: flex;">
-				<a-textarea style="height: 750px;min-width: 50%" v-model="text" :rows="4" />
-				<div class="markdown-body article-detail" style="min-width: 50%;">
+				<a-textarea style="height: 750px;min-width: 50%" v-model="text"  />
+				<div class="markdown-body article-detail" style="min-width: 50%;border: 1px solid #d9d9d9;">
 					<vue-markdown  :source="text"></vue-markdown>
 				</div>
 			</div>
@@ -24,7 +24,7 @@
 		data() {
 			return {
 				visible: false,
-				text: "### 长安古意   \r* 十里平湖霜满天 \r* 寸寸青丝愁华年 \r* 对月形单望相护 \r* 只羡鸳鸯不羡仙 ",
+				text: "### 十里平湖 \r> ##### (卢照邻)  \r> 化自《长安古意》 \r* 十里平湖霜满天 \r* 寸寸青丝愁华年 \r* 对月形单望相护 \r* 只羡鸳鸯不羡仙 \r![](http://blog.inleft.com/photo/example.jpg)",
 			}
 		},
 		methods: {
@@ -34,10 +34,6 @@
 			showModal() {
 				this.visible = true;
 			},
-			handleOk(e) {
-				console.log(111);
-			},
-
 			handleCancel(e) {
 				this.visible = false;
 			},
diff --git a/src/components/group/articleListScorll.vue b/src/components/group/articleListScorll.vue
index f93c89e..fa353aa 100644
--- a/src/components/group/articleListScorll.vue
+++ b/src/components/group/articleListScorll.vue
@@ -76,7 +76,7 @@
 				busy: false,
 				size: "small",
 				total: 1,
-				pageSize: 10,
+				pageSize: 6,
 				current: 1,
 				defaultPageSize:10
 			};
diff --git a/src/components/swichLabel/main3-show.vue b/src/components/swichLabel/main3-show.vue
index d5ba4dd..90529f7 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