From 93768186ca58acd0fc0b6963d0e017979c087631 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Tue, 23 Aug 2022 02:09:58 +0800 Subject: [PATCH] 上下篇日志提示加入 --- src/components/group/MyMessage.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/group/MyMessage.vue b/src/components/group/MyMessage.vue index 31428ee..6efb3a3 100644 --- a/src/components/group/MyMessage.vue +++ b/src/components/group/MyMessage.vue @@ -1,6 +1,6 @@ <template> <div class="myModal"> - <a-modal v-model="visible" title="天涯共此时.." :footer="null" + <a-modal v-drag-modal v-model="visible" title="天涯共此时.." :footer="null" :bodyStyle="{'overflow':'overlay','maxHeight': '550px'}"> <div class="myComment" v-for="item in dataList" style="display: flex;padding: 0px 10px 10px 10px;"> @@ -169,8 +169,7 @@ img { margin-bottom: 0.2rem; - min-height: 5rem; - height: 2em; + height: 2rem; } } </style> -- Gitblit v1.9.1