Commit 9a475c96 authored by xulili's avatar xulili

修改大屏滚动条

parent 95744b1a
...@@ -302,10 +302,10 @@ export default { ...@@ -302,10 +302,10 @@ export default {
} }
.body-content { .body-content {
height: calc(100% - 0.8rem); height: calc(100% - 0.8rem);
overflow-y: auto; overflow-y: hidden;
.body-item { .body-item {
height: 0.4rem; height: 0.4rem;
background-color: #62baff33; background-color:rgba(98,186,255,.2);
margin-bottom: 0.04rem; margin-bottom: 0.04rem;
color: #4efffd; color: #4efffd;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment