From 84326b11401f217cd483d13bc72cec4ffd5da7ce Mon Sep 17 00:00:00 2001
From: bob <bob.zhang@highdatas.com>
Date: 星期三, 25 十一月 2020 10:02:22 +0800
Subject: [PATCH] 2020-11-13

---
 src/App.vue |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 66f7f9a..daa2bf1 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -20,7 +20,29 @@
   -moz-osx-font-smoothing grayscale
   text-align center
   color #2c3e50
- 
+ ::-webkit-scrollbar-track-piece {
+ 	background-color:#f8f8f8;
+ 	-webkit-border-radius: 2em;
+ 	-moz-border-radius: 2em;
+ 	border-radius: 2em;
+ }
+ /*婊氬姩鏉$殑瀹藉害*/
+ ::-webkit-scrollbar {
+ 	width:6px;
+ }
+ /*婊氬姩鏉$殑璁剧疆*/
+ ::-webkit-scrollbar-thumb {
+ 	background-color:#ababab;
+ 	background-clip:padding-box;
+ 	-webkit-border-radius: 2em;
+ 	-moz-border-radius: 2em;
+ 	border-radius: 2em;
+ }
+ /*婊氬姩鏉¢紶鏍囩Щ涓婂幓*/
+ ::-webkit-scrollbar-thumb:hover {
+ 	background-color:#9a9a9a;
+ }
+
  .z_shadow {
 	 border-radius: 10px;
 	 box-shadow: 0px 0px 10px 5px #D0E2E9;

--
Gitblit v1.8.0