【修改bug】修改高度自适应

This commit is contained in:
zhoulingpo
2023-04-27 11:20:05 +08:00
parent 25e1df5b61
commit b18da51a0e
5 changed files with 517 additions and 466 deletions
+14
View File
@@ -49,3 +49,17 @@
width: 160px !important;
overflow: hidden;
}
/* 自定义滚动条的样式 */
.scroll-wrap {
background-color: #fff;
}
.scroll-view::-webkit-scrollbar {
width: 3px;
}
.scroll-view::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: red;
}