logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue设置及隐藏滚动条

1、设置滚动条:overflow-x: scroll;white-space: nowrap;2、隐藏滚动条:::-webkit-scrollbar {width: 0 !important;}::-webkit-scrollbar {width: 0 !important;height: 0;}

#html5#小程序#html
到底了