fix:修复图片预览组件安全区域问题

This commit is contained in:
2025-11-03 15:03:54 +08:00
parent 864299f37c
commit 465a0cc99f

View File

@@ -10,6 +10,7 @@ class LookImagesTool {
}) async { }) async {
showDialog( showDialog(
context: Get.context!, context: Get.context!,
useSafeArea: false,
builder: (_) { builder: (_) {
return LookImagesWidget( return LookImagesWidget(
listData: listData, listData: listData,