From 7905c4463e9b77d1359c4580b9c192336741dd6e Mon Sep 17 00:00:00 2001 From: Jack <1638169491@qq.com> Date: Wed, 10 Aug 2022 15:18:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B9=96=E9=87=8C=E5=A4=A7=E5=B1=8F(=E8=BF=9B?= =?UTF-8?q?=E5=BA=A6=E8=AE=A1=E5=88=92)=EF=BC=9A=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E7=94=98=E7=89=B9=E5=9B=BE=E6=BB=9A=E5=8A=A8=E6=9D=A1=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectAdmin/jlw/planProgress/centerTop.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/views/projectAdmin/jlw/planProgress/centerTop.vue b/src/views/projectAdmin/jlw/planProgress/centerTop.vue index b33855b4..34565a32 100644 --- a/src/views/projectAdmin/jlw/planProgress/centerTop.vue +++ b/src/views/projectAdmin/jlw/planProgress/centerTop.vue @@ -190,6 +190,16 @@ export default { .table { height: 100%; overflow-x: auto; + &::-webkit-scrollbar { + width: 10px; + height: 8px; + cursor: pointer; + } + &::-webkit-scrollbar-thumb { + border-radius: 10px; + background-color: skyblue; + } + .thead { border-bottom: 1px solid #234d5f; .row {