From 0f16db42e4e331bfaf084c27ca602c275e87668d Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 28 Oct 2025 18:07:42 +0800
Subject: [PATCH] feat:渲染数据

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

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index ef0d66b..b81aa2c 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;
-   
+
   }
 
 }
@@ -146,6 +149,51 @@
     }
   }
 }
+.ztzf-input {
+	.el-input__wrapper {
+		padding: 0 8px !important;
+		// background: #2D2D2D;
+    background-color: transparent !important;
+		box-shadow: none !important;
+		border: 1px solid #fff;
+  
+		.el-input__inner {
+			color: #ffffff;
+
+			&::placeholder {
+        color: rgba(255,255,255,0.37);
+			}
+		}
+	}
+
+	&.is-disabled {
+		.el-input__wrapper {
+			background-color: #012a50;
+		}
+	}
+}
+.ztzf-button {
+  background-color: transparent !important;
+  color: #fff !important;
+}
+.ztzf-el-tree {
+  background-color: transparent !important;
+  --el-tree-node-hover-bg-color:transparent !important;
+  color: #fff !important;
+}
+.ztzf-layer-search {
+  background-color: transparent !important;
+  .el-select__wrapper {
+    background-color: transparent !important;
+  }
+  .el-select__popper.el-popper {
+    background-color: transparent !important;
+  }
+  .el-popper.is-light {
+    background-color: transparent !important;
+  }
+}
+
 //======以下针对表格功能 增删查改样式和弹窗=========
 .ztzf-dialog-mange {
   .el-dialog__body {
@@ -177,6 +225,9 @@
 .ztzf-form-mange {
   .el-form-item {
     width: 300px;
+    .el-form-item__content {
+      width: 100%;
+    }
     .el-form-item__label {
       width: 120px;
     }
@@ -228,4 +279,4 @@
     box-sizing: border-box;
     background: #fafafa;
   }
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3