From ee8589ea223a7ff864df467c4dbcafe9aa45909e Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Sat, 20 Sep 2025 11:05:15 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/feature/v6.0/6.0.3' into feature/v6.0/6.0.3

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

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 938aeb8..2a5fee7 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -138,4 +138,74 @@
       }
     }
   }
+}
+//======以下针对表格功能 增删查改样式和弹窗=========
+.ztzf-dialog-mange {
+  .el-dialog__body {
+    padding: 2rem 2rem 4rem;
+    flex: 1;
+    overflow: scroll;
+    border-top: 0.1rem solid #f0f0f0;
+  }
+  .el-dialog__footer {
+    z-index: 2;
+    display: block;
+    padding: 1rem 1.6rem;
+    box-sizing: border-box;
+    border-top: 0.1rem solid #f0f0f0;
+    width: 100%;
+    position: absolute;
+    left: 0;
+    bottom: 0;
+    background-color: #fff;
+    text-align: right;
+  }
+}
+.ztzf-search-mange {
+  height: 40px;
+  .search-contain {
+    display: flex;justify-content: space-between;
+  }
+}
+.ztzf-form-mange {
+  .el-form-item {
+    width: 300px;
+    :deep(.el-form-item__label) {
+      width: 120px;
+    }
+  }
+}
+
+.ztzf-table-mange {
+  th.el-table__cell  {
+    color: rgba(0, 0, 0, .85);
+    background-color: #fafafa;
+  }
+}
+
+.table-view-mange {
+  width: 100%;
+  border-top: 0.1rem solid #ebeef5;
+  border-left: 0.1rem solid #ebeef5;
+  margin-left: 0;
+  margin-right: 0;
+  .el-col {
+    padding-left: 0;
+    padding-right: 0;
+    margin-bottom: 0;
+    height: 32px;
+    line-height: 32px;
+    border-right: 0.1rem solid #ebeef5;
+    text-align: center;
+    align-items: center;
+    .el-input__wrapper {
+      box-shadow: none !important;
+      border-bottom: 0.1rem solid #ebeef5;
+    }
+  }
+  .label {
+    color: #909399;
+    box-sizing: border-box;
+    background: #fafafa;
+  }
 }
\ No newline at end of file

--
Gitblit v1.9.3