From 1a78f0768243fd2188f9370bbd27fcb06cfd348f Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 14 Aug 2021 15:58:44 +0800
Subject: [PATCH] 成立日期改成注册时间  细节样式更改

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

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index f06b902..a62a7a0 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -582,3 +582,8 @@
     border-bottom: 1px solid rgba($color: #000000, $alpha: 0.1) !important;
   }
 }
+
+//
+.el-range-editor--mini .el-range-input {
+  background-color: transparent !important;
+}

--
Gitblit v1.9.3