【修改bug】修改高度自适应
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user