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 {