From 6fb7d1967c39725b083c9cfad154a99b89749c77 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 02 十月 2023 21:00:27 +0800
Subject: [PATCH] bug修复

---
 platform/src/components/common/GlobalAlertWindow.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/platform/src/components/common/GlobalAlertWindow.vue b/platform/src/components/common/GlobalAlertWindow.vue
index f1d4255..74d06aa 100644
--- a/platform/src/components/common/GlobalAlertWindow.vue
+++ b/platform/src/components/common/GlobalAlertWindow.vue
@@ -1,6 +1,7 @@
 
 <template>
   <el-dialog
+    top="10vh"
     class="global-window"
     title="title"
     :visible="visible"

--
Gitblit v1.9.3