From 5b2a25025b4426b969f01883201138a51f8b5837 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 01 十二月 2023 11:38:35 +0800
Subject: [PATCH] 公共图表头部组件开发+安装echarts 全局引入
---
src/assets/style/index.scss | 19 ++-----------------
1 files changed, 2 insertions(+), 17 deletions(-)
diff --git a/src/assets/style/index.scss b/src/assets/style/index.scss
index 6b513d7..7a1e358 100644
--- a/src/assets/style/index.scss
+++ b/src/assets/style/index.scss
@@ -361,24 +361,9 @@
}
-//婊氬姩鏉℃牱寮�
-::-webkit-scrollbar {
- width:8px!important;
- height:8px!important;
- -webkit-appearance:none;
- background-color:#00000040;
-}
-::-webkit-scrollbar-thumb {
- box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
- background: #e1e1e1;
-}
-::-webkit-scrollbar-track {
- box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
- // border-radius: 10px;
- background: #ffffff;
- // background:#2c60c5;
-}
+
+
//琛ㄦ牸婊氬姩
// .el-table__body-wrapper::-webkit-scrollbar-thumb {
// border-radius: 5px;
--
Gitblit v1.8.0