From 68fa80301604fe3c6ea69b232f22241605da834b Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Thu, 12 Sep 2024 23:15:47 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E9=A6=96=E9=A1=B5=E7=BB=86=E8=8A=82?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 499fb32..61e1402 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -983,6 +983,7 @@ const handleView = (row) => { height: 51px!important; margin: 0 0 0 -93px !important; z-index: 99; + position: relative; &:hover{ text-decoration: underline; } @@ -1094,7 +1095,7 @@ const handleView = (row) => { margin-top: 10px; .todo-content { - overflow-x: scroll; + overflow-x: auto; margin: 0 12px 0 19px; padding: 0 0 10px 0; display: flex; @@ -1312,7 +1313,7 @@ const handleView = (row) => { .notice-block { height: 452px; - overflow-y: scroll; + overflow-y: auto; margin-top: 10px; &::-webkit-scrollbar {