From d16d224c366e31c98e71ce95491e7b5c9fa7e454 Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 26 Apr 2024 16:32:18 +0800 Subject: [PATCH] =?UTF-8?q?[fix=2084124]=20=E8=AE=BE=E5=A4=87=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mobile/manage/Manage.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/mobile/manage/Manage.vue b/src/views/mobile/manage/Manage.vue index 7913d0d..35060a6 100644 --- a/src/views/mobile/manage/Manage.vue +++ b/src/views/mobile/manage/Manage.vue @@ -520,6 +520,7 @@ export default { // 内容 &-content { + word-break: break-all; flex: auto; margin: 0; font-family: DingTalk JinBuTi, DingTalk JinBuTi, sans-serif; @@ -532,8 +533,12 @@ export default { margin-bottom: 0.06rem; // 内容宽度 = 100% - 按钮部分宽度 - 距离按钮间距 width: calc(100% - 1.46rem - 0.08rem); + min-height: 0.14rem; } + & > p:last-child { + margin-bottom: 0; + } & > p:first-child { width: 100%; min-height: 0.16rem;