From caa1bae4fda3d0dff54f9f31c594d4cd30e438af Mon Sep 17 00:00:00 2001
From: WangHao <43278047@qq.com>
Date: Sun, 14 Nov 2021 18:22:19 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AF=BC=E8=88=AA=E7=BD=91?=
=?UTF-8?q?=E7=9A=84=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/bookmark/bookmark/index.vue | 86 ++++++++--------
ruoyi-ui/src/views/bookmark/index/index.vue | 2 +-
ruoyi-ui/src/views/daohang/index/index.vue | 98 ++++++++++++++-----
3 files changed, 123 insertions(+), 63 deletions(-)
diff --git a/ruoyi-ui/src/views/bookmark/bookmark/index.vue b/ruoyi-ui/src/views/bookmark/bookmark/index.vue
index 8642305ee..1aebb9e0a 100644
--- a/ruoyi-ui/src/views/bookmark/bookmark/index.vue
+++ b/ruoyi-ui/src/views/bookmark/bookmark/index.vue
@@ -1382,47 +1382,7 @@
}
- /**滚动条美化*/
- /*滚动条的宽度*/
-
- ::-webkit-scrollbar {
- width: 5px;
- height: 3px;
- /*background-color: red;*/
- }
-
- /*外层轨道。可以用display:none让其不显示,也可以添加背景图片,颜色改变显示效果*/
-
- ::-webkit-scrollbar-track {
- width: 6px;
- background-color: transparent;
- -webkit-border-radius: 2em;
- -moz-border-radius: 2em;
- border-radius: 2em;
- }
-
- /*滚动条的设置*/
-
- ::-webkit-scrollbar-thumb {
- /*设置为透明 隐藏掉*/
- background-color: #606d71;
- /*background-color: transparent;*/
- background-clip: padding-box;
- min-height: 28px;
- -webkit-border-radius: 2em;
- -moz-border-radius: 2em;
- border-radius: 2em;
-
- }
-
- /*滚动条移上去的背景*/
-
- ::-webkit-scrollbar-thumb:hover {
- background-color: #7c6fff;
- }
-
- /*滚动条美化结束*/
.sousuoContent {
@@ -1647,3 +1607,49 @@
+
+
diff --git a/ruoyi-ui/src/views/bookmark/index/index.vue b/ruoyi-ui/src/views/bookmark/index/index.vue
index f41125859..e702bffef 100644
--- a/ruoyi-ui/src/views/bookmark/index/index.vue
+++ b/ruoyi-ui/src/views/bookmark/index/index.vue
@@ -1603,7 +1603,7 @@
-