From 6a0110feb3eb6515447c5a477f20eeaaaabb328b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 26 九月 2021 15:10:07 +0800 Subject: [PATCH] 2021-09-26 --- src/tabviews/custom/components/card/data-card/index.scss | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/card/data-card/index.scss b/src/tabviews/custom/components/card/data-card/index.scss index ade4d8b..580c5b8 100644 --- a/src/tabviews/custom/components/card/data-card/index.scss +++ b/src/tabviews/custom/components/card/data-card/index.scss @@ -4,6 +4,7 @@ background-repeat: no-repeat; background-size: cover; min-height: 20px; + overflow-y: auto; >.button-list.toolbar-button { padding: 0; @@ -128,7 +129,21 @@ text-align: right; } } - +.custom-data-card-box::-webkit-scrollbar { + width: 7px; + height: 7px; +} +.custom-data-card-box::-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); +} +.custom-data-card-box::-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); +} .custom-card-box::after { content: ' '; display: block; -- Gitblit v1.8.0