From f1c3131872fc49e58db3e7ef6bbc0ba124f9d93c Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Sat, 21 Jun 2025 11:04:05 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/test' into test

---
 src/styles/element-ui.scss |   39 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 337cc36..a9a7ece 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -60,3 +60,42 @@
 .avue--detail .el-form-item {
   background-color: #fafafa;
 }
+
+.showFullScreenDlg {
+  display: flex;
+  justify-content: space-between;
+
+  .el-dialog {
+      position: relative;
+      padding: 0;
+      overflow: hidden;
+
+      .el-dialog__body {
+          width: 100%;
+          height: 100%;
+
+          iframe {
+              width: 100%;
+              height: 100%;
+          }
+      }
+
+      .el-dialog__header {
+          height: 0;
+          overflow: hidden;
+          padding: 0;
+
+          .el-dialog__headerbtn {
+              position: absolute;
+              left: 0;
+              top: 14px;
+
+              .el-dialog__close {
+                  color: #fff;
+                  font-size: 35px;
+                  z-index: 99;
+              }
+          }
+      }
+  }
+}
\ No newline at end of file

--
Gitblit v1.9.3