From ee32a69f9a7f25c37757325dc28ac7b5127dceca Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 15 十月 2019 22:23:36 +0800
Subject: [PATCH] datamanage-update

---
 src/assets/css/main.scss |   40 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/src/assets/css/main.scss b/src/assets/css/main.scss
index 09d453b..bce8f01 100644
--- a/src/assets/css/main.scss
+++ b/src/assets/css/main.scss
@@ -84,3 +84,43 @@
   top: 50px;
   z-index: 1080;
 }
+
+// 閲嶇疆鏃堕棿鎻掍欢鏃堕棿婊氬姩鏉�
+.ant-calendar-time-picker-select:hover::-webkit-scrollbar {
+  width: 7px;
+}
+.ant-calendar-time-picker-select:hover::-webkit-scrollbar-thumb {
+  border-radius: 5px;
+  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
+  background: rgba(0, 0, 0, 0.13);
+}
+.ant-calendar-time-picker-select:hover::-webkit-scrollbar-track {
+  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
+  border-radius: 3px;
+  border: 1px solid rgba(0, 0, 0, 0.07);
+  background: rgba(0, 0, 0, 0);
+}
+.ant-modal-mask {
+  z-index: 1080!important;
+}
+.ant-modal-wrap {
+  z-index: 1080!important;
+}
+.ant-form-item-children {
+  width: 100%;
+  display: inline-block;
+  .ant-calendar-picker {
+    width: 100%;
+  }
+}
+.ant-calendar-picker-container {
+  z-index: 1090!important;
+}
+.ant-notification {
+  z-index: 1100!important;
+}
+
+// 纭鎻愮ず妗嗛珮搴�
+.ant-modal {
+  top: 38vh!important;
+}
\ No newline at end of file

--
Gitblit v1.8.0