From b9a2f37b48ec817e938c0708e929008b878f9278 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Sun, 28 Sep 2025 15:33:52 +0800
Subject: [PATCH] feat:更新样式和解决bug

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

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 5050fe9..72655e8 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -98,7 +98,7 @@
       .el-dialog__headerbtn {
         position: absolute;
         left: 0;
-        top: 14px;
+        //top: 14px;
 
         .el-dialog__close {
           color: #fff;
@@ -111,6 +111,9 @@
 }
 
 .ztzf-drawer-body-basic-container {
+  .el-drawer__header {
+    margin-bottom: 0;
+  }
   .el-drawer__body {
     display: flex;
     flex-direction: column;

--
Gitblit v1.9.3