From a3c6e3a5177b15021dad5788688294b1d863717a Mon Sep 17 00:00:00 2001
From: longyvfengyun <496960745@qq.com>
Date: 星期四, 06 七月 2023 16:19:36 +0800
Subject: [PATCH] 内容修改

---
 src/assets/style/basic.css |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/src/assets/style/basic.css b/src/assets/style/basic.css
index 164a729..27416ef 100644
--- a/src/assets/style/basic.css
+++ b/src/assets/style/basic.css
@@ -50,3 +50,32 @@
   justify-content: center;
   align-items: center;
 }
+
+.el-overlay.high-level-dialog {
+  z-index: 9990 !important;
+}
+.el-dialog.center-dialog {
+  background-color: transparent;
+}
+.el-dialog.center-dialog .el-dialog__header {
+  padding-top: 8px;
+  padding-bottom: 8px;
+  background-color: #0b388a;
+  margin-right: 0;
+}
+.el-dialog.center-dialog .el-dialog__header .el-dialog__title {
+  font-weight: bold;
+  font-size: 14px;
+  color: #ffffff;
+}
+
+.el-dialog.center-dialog .el-dialog__body {
+  padding: 0;
+}
+
+.el-dialog.center-dialog .el-dialog__header .el-dialog__headerbtn {
+  top: 12px;
+  right: 8px;
+  width: auto;
+  height: auto;
+}

--
Gitblit v1.9.1