From c7f79abded9ad2e29f297da4a04a641b96b61c5e Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期六, 12 十月 2019 09:51:22 +0800
Subject: [PATCH] add-datamanage

---
 src/assets/css/main.scss |   66 +++++++++++++++------------------
 1 files changed, 30 insertions(+), 36 deletions(-)

diff --git a/src/assets/css/main.scss b/src/assets/css/main.scss
index f264c1a..09d453b 100644
--- a/src/assets/css/main.scss
+++ b/src/assets/css/main.scss
@@ -3,10 +3,8 @@
   margin: 0;
   list-style: none;
   font-style: normal;
-  /*闃叉鐐瑰嚮闂儊*/
-  -webkit-tap-highlight-color: transparent;
-  /*缂╂斁缃戦〉锛屾枃瀛楀ぇ灏忎笉鍙�*/
-  -webkit-text-size-adjust: none;
+  -webkit-tap-highlight-color: transparent; /*闃叉鐐瑰嚮闂儊*/
+  -webkit-text-size-adjust: none; /*缂╂斁缃戦〉锛屾枃瀛楀ぇ灏忎笉鍙�*/
   font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
   -webkit-font-smoothing: antialiased;
   box-sizing: border-box;
@@ -24,22 +22,6 @@
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }
-
-
-/*瀹氫箟婊氬姩鏉¢珮瀹藉強鑳屾櫙 楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉$殑灏哄*/  
-// ::-webkit-scrollbar {
-//   width: 0px;  
-//   height: 0px;  
-//   background-color: #F5F5F5;  
-// }
-  
-/*瀹氫箟婊氬姩鏉¤建閬� 鍐呴槾褰�+鍦嗚*/  
-// ::-webkit-scrollbar-track {
-//   box-shadow: inset 0 0 1px rgba(0,0,0,0);  
-//   border-radius: 10px;  
-//   background-color: #F5F5F5;  
-// }
-
 
 /*鍘婚櫎铏氱嚎*/
 input:focus, select:focus, textarea:focus, button:focus {
@@ -67,26 +49,38 @@
   /*ios绂佹椤甸潰鍦ㄦ柊绐楀彛鎵撳紑*/
   -webkit-touch-callout: none;
 }
-.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
+.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item.ant-menu-item-selected {
   background-color: unset;
   color: unset;
 }
-.side-menu.ant-menu-dark .ant-menu-item-selected {
+.side-menu.ant-menu-dark .ant-menu-item.ant-menu-item-selected {
   background-color: unset;
   color: unset;
 }
 
-// ::-webkit-scrollbar {
-//   width: 4px;
-//   height: 4px;
-// }
-// ::-webkit-scrollbar-thumb {
-//   border-radius: 5px;
-//   box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
-//   background: rgba(0,0,0,0.2);
-// }
-// ::-webkit-scrollbar-track {/*婊氬姩鏉¢噷闈㈣建閬�*/
-//   box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
-//   border-radius: 0;
-//   background: rgba(0,0,0,0.1);
-// }
+// 閲嶇疆鎸夐挳涓枃瀛椾笌鍥炬爣璺濈
+.ant-btn > .anticon + span, .ant-btn > span + .anticon {
+  margin-left: 5px;
+}
+
+// 璁剧疆涓嬫媺鎼滅储婊氬姩鏉℃牱寮�
+.ant-select-dropdown-menu::-webkit-scrollbar {
+  width: 10px;
+  height: 10px;
+}
+.ant-select-dropdown-menu::-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-select-dropdown-menu::-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-message {
+  top: 50px;
+  z-index: 1080;
+}

--
Gitblit v1.8.0