From 56af69511ed06af0950e5b22a92c00a6b74ad20a Mon Sep 17 00:00:00 2001 From: 346149741 <346149741@qq.com> Date: 星期一, 24 六月 2024 09:29:39 +0800 Subject: [PATCH] 处理富文本图片 --- policy/components/popup.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/policy/components/popup.vue b/policy/components/popup.vue index f4114b8..f352f42 100644 --- a/policy/components/popup.vue +++ b/policy/components/popup.vue @@ -1,5 +1,5 @@ <template> - <u-popup :show="show" @close="close" @open="open" mode="bottom" round="10" closeable> + <u-popup :show="show" @close="close" @open="open" :safeAreaInsetBottom="false" mode="bottom" round="10" closeable> <view class="page-box"> <view class="title"> 鎵ф硶鐢宠瀹℃壒 -- Gitblit v1.9.1