From 0240fed9e873253818f3a1403d1433ff4fc51f23 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Tue, 10 Jun 2025 13:08:54 +0800 Subject: [PATCH] better mobile display --- next-ui/src/components/dialog/Confirm.vue | 4 ++++ next-ui/src/components/dialog/ConfirmEdit.vue | 4 ++++ next-ui/src/pages/server/users.vue | 8 +++++++- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/next-ui/src/components/dialog/Confirm.vue b/next-ui/src/components/dialog/Confirm.vue index 5c44c234..4b1154f5 100644 --- a/next-ui/src/components/dialog/Confirm.vue +++ b/next-ui/src/components/dialog/Confirm.vue @@ -3,12 +3,14 @@ v-model="showDialog" :activator="activator" :max-width="maxWidth" + :fullscreen="fullscreen" >