From 56cc0c54ae3c5e11dcf13f7a24e177971a557891 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 25 十月 2024 14:21:22 +0800
Subject: [PATCH] 优化大图预览
---
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