普通的浏览器
body::-webkit-scrollbar {
display: none;
}
火狐
scrollbar-width: none;
.data_show {
width: 120px;
height: 65px;
min-width: 100px;
**scrollbar-width: none;**
text-align: center;
overflow-y: scroll;
border-right: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
}
}