From 5e0817661e2b111d2e4ec117659b60193a89c7ad Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Sat, 12 Apr 2025 17:29:21 +0800
Subject: [PATCH] feat: 事件概况详情ui调整

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

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 337cc36..a7efca2 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -60,3 +60,45 @@
 .avue--detail .el-form-item {
   background-color: #fafafa;
 }
+
+
+.ztzf-date-picker{
+  box-shadow: none !important;
+  background: rgba(0, 15, 34, 0.5);
+  border: 1px solid #306fca;
+
+  .el-input__wrapper {
+    background-color: transparent;
+    box-shadow: 0 0 0 1px #0070ff;
+
+    &.is-focus {
+      box-shadow: 0 0 0 1px #0070ff;
+    }
+  }
+
+  .el-range-input {
+    background-color: transparent;
+    color: #fff;
+    height: 28px;
+
+    &::placeholder {
+      color: rgba(255, 255, 255, 0.6);
+    }
+  }
+
+  .el-range-separator{
+    color: #fff;
+  }
+}
+
+.ztzf-select {
+  .el-select__wrapper {
+    background-color: transparent;
+    box-shadow: none;
+    border: 1px solid #306fca;
+  }
+
+  .el-select__placeholder {
+    color: #ffffff;
+  }
+}

--
Gitblit v1.9.3