From c9160d35aea99052e04da0baf9ee0d820563609f Mon Sep 17 00:00:00 2001 From: fofolee Date: Thu, 5 May 2022 22:45:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=BB=9A=E5=8A=A8=E6=9D=A1?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 6c30ff7..b938d28 100644 --- a/src/App.vue +++ b/src/App.vue @@ -223,10 +223,10 @@ export default defineComponent({ border-radius: 10px; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); background: rgba(194, 194, 194, 0.4); + border: rgba(194, 194, 194, 0.4); } -::-webkit-scrollbar-track { - border-radius: 10px; - box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); +::-webkit-scrollbar-track-piece { + background: rgba(194, 194, 194, 0.1); }