From e33959d3ca88b9fae5f6fe1048c8a1f7751e6f21 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Wed, 02 Mar 2022 01:36:00 +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