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 {