From 78c7b6c6dfe40761e7b8eb60498f2eb73c0aaad1 Mon Sep 17 00:00:00 2001
From: suerprisePlus <15810472099@163.com>
Date: 星期四, 17 十月 2024 14:58:26 +0800
Subject: [PATCH] 登录页修改

---
 src/views/visualization/list/chartList.vue |   23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/src/views/visualization/list/chartList.vue b/src/views/visualization/list/chartList.vue
index e62d2c5..a9cc92d 100644
--- a/src/views/visualization/list/chartList.vue
+++ b/src/views/visualization/list/chartList.vue
@@ -63,7 +63,7 @@
         color: #fff;
         width: 100%;
         height: 45px;
-        line-height: 45px;
+        line-height: 30px;
         background-size: 100% 100%;
         background-repeat: no-repeat;
     }
@@ -76,6 +76,7 @@
         display: flex;
         flex-direction: column;
         justify-content: space-around;
+        overflow: auto;
 
         .chartTd {
             width: 100%;
@@ -100,4 +101,24 @@
 
     }
 }
+/*婊氬姩鏉℃暣浣撴牱寮�*/
+::-webkit-scrollbar {
+  /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉$殑灏哄*/
+  width: 1px;
+  height: 1px;
+}
+
+/*婊氬姩鏉¢噷闈㈠皬鏂瑰潡*/
+::-webkit-scrollbar-thumb {
+  border-radius: 5px;
+  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
+  background: #409EFF;
+}
+
+/*婊氬姩鏉¢噷闈㈣建閬�*/
+::-webkit-scrollbar-track {
+  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
+  border-radius: 10px;
+  background: rgba(237, 237, 237, .1);
+}
 </style>
\ No newline at end of file

--
Gitblit v1.9.3