From 620f759cfe9fa42fa9667b2ec63d7d00944e4af0 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Wed, 02 Mar 2022 12:49:35 +0800
Subject: [PATCH] 评论列表样式调整

---
 src/components/group/MyPreviewModal.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/group/MyPreviewModal.vue b/src/components/group/MyPreviewModal.vue
index 92ef70d..7fbf894 100644
--- a/src/components/group/MyPreviewModal.vue
+++ b/src/components/group/MyPreviewModal.vue
@@ -1,7 +1,7 @@
 <template>
 	<div class="myModal">
 		<a-modal v-model="visible" title="编辑预览"  width="60%" :footer="null"
-			:bodyStyle="{'overflow':'overlay','width': '100%','height': '100%'}">
+			:bodyStyle="{'overflow':'overlay','width': '100%','height': '700px'}">
 			<div style="display: flex;">
 				<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;">

--
Gitblit v1.9.1