From 57c1aad776baa26cd534afcddcdc7cee25910880 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 09 Oct 2025 14:32:02 +0800
Subject: [PATCH] Merge branch 'feature/v6.0/6.0.4' into feature/v7.0/7.0.1
---
src/styles/element-ui.scss | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index ef0d66b..c7378c2 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,10 +111,13 @@
}
.ztzf-drawer-body-basic-container {
+ .el-drawer__header {
+ margin-bottom: 0;
+ }
.el-drawer__body {
display: flex;
flex-direction: column;
-
+
}
}
@@ -177,6 +180,9 @@
.ztzf-form-mange {
.el-form-item {
width: 300px;
+ .el-form-item__content {
+ width: 100%;
+ }
.el-form-item__label {
width: 120px;
}
@@ -228,4 +234,4 @@
box-sizing: border-box;
background: #fafafa;
}
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3