From 8bfd657326eb9d4bd9b63920cfe3bd362cea4445 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Fri, 10 Oct 2025 20:59:07 +0800
Subject: [PATCH] Merge branch 'feature/v6.0/6.0.4' into prod

---
 src/styles/element-ui.scss |   32 +++++++++++++++++++++++++++++---
 1 files changed, 29 insertions(+), 3 deletions(-)

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 2a5fee7..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,12 +111,22 @@
 }
 
 .ztzf-drawer-body-basic-container {
+  .el-drawer__header {
+    margin-bottom: 0;
+  }
   .el-drawer__body {
     display: flex;
     flex-direction: column;
+   
   }
-}
 
+}
+.ztzf-el-card__body {
+
+   .el-card__body {
+    .avue-form{
+    padding: 0;}}
+}
 .ztzf-public-general-avue-crud {
   .el-table {
     tr {
@@ -170,12 +180,28 @@
 .ztzf-form-mange {
   .el-form-item {
     width: 300px;
-    :deep(.el-form-item__label) {
+    .el-form-item__content {
+      width: 100%;
+    }
+    .el-form-item__label {
       width: 120px;
     }
   }
 }
 
+.ztzf-form-search {
+  .el-form-item {
+    width: 100%;
+    .el-form-item__label {
+      width: 80px;
+    }
+    .el-form-item__content {
+      display: flex;
+      flex: 1;
+    }
+  }
+}
+
 .ztzf-table-mange {
   th.el-table__cell  {
     color: rgba(0, 0, 0, .85);

--
Gitblit v1.9.3