From 26cdb1805df983e477a24c8e6def79ccdb9b3b80 Mon Sep 17 00:00:00 2001
From: IanShaw027 <131567472+IanShaw027@users.noreply.github.com>
Date: Sun, 28 Dec 2025 10:00:19 +0800
Subject: [PATCH] =?UTF-8?q?fix(frontend):=20=E8=A1=A5=E5=85=85=E7=BC=BA?=
=?UTF-8?q?=E5=A4=B1=E7=9A=84BaseDialog=E7=BB=84=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
frontend/src/components/common/BaseDialog.vue | 118 ++++++++++++++++++
1 file changed, 118 insertions(+)
create mode 100644 frontend/src/components/common/BaseDialog.vue
diff --git a/frontend/src/components/common/BaseDialog.vue b/frontend/src/components/common/BaseDialog.vue
new file mode 100644
index 00000000..73374ac4
--- /dev/null
+++ b/frontend/src/components/common/BaseDialog.vue
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+