From 26b92424bcbf2fd137b97e6616402fec528f3cf0 Mon Sep 17 00:00:00 2001 From: Diyar Akhgar Date: Mon, 30 Jun 2025 03:47:32 +0330 Subject: [PATCH] Responsive All popUps in Meeting Pages --- .../src/components/CreateMeetingModal.vue | 888 ++++++++++++----- .../src/components/CreateSpaceModal.vue | 2 +- .../src/components/MeetingInfoModal.vue | 929 ++++++++++++------ .../src/components/RoomSelectionModal.vue | 329 +++++-- .../src/pages/dashboard/Meeting.vue | 2 +- 5 files changed, 1504 insertions(+), 646 deletions(-) diff --git a/xroom-dashboard/src/components/CreateMeetingModal.vue b/xroom-dashboard/src/components/CreateMeetingModal.vue index 8c3ac9e..c682248 100644 --- a/xroom-dashboard/src/components/CreateMeetingModal.vue +++ b/xroom-dashboard/src/components/CreateMeetingModal.vue @@ -95,181 +95,185 @@
-

شروع

-
- - - +
+

شروع

+
+ + + +
+ : +
+ + + +
- : -
- - - -
-

پایان

-
- - - -
- : -
- - - +
+

پایان

+
+ + + +
+ : +
+ + + +
@@ -760,6 +764,7 @@ export default { \ No newline at end of file diff --git a/xroom-dashboard/src/components/CreateSpaceModal.vue b/xroom-dashboard/src/components/CreateSpaceModal.vue index ebda4c5..ad737db 100644 --- a/xroom-dashboard/src/components/CreateSpaceModal.vue +++ b/xroom-dashboard/src/components/CreateSpaceModal.vue @@ -514,7 +514,7 @@ export default { @media (max-width: 600px) { .modal-content { max-width: 90%; - height: 90vh; + height: 85vh; } .popUp-header { diff --git a/xroom-dashboard/src/components/MeetingInfoModal.vue b/xroom-dashboard/src/components/MeetingInfoModal.vue index 9547765..9cf20bc 100644 --- a/xroom-dashboard/src/components/MeetingInfoModal.vue +++ b/xroom-dashboard/src/components/MeetingInfoModal.vue @@ -1,4 +1,5 @@