仪表盘
版本库
文件存储
活动
搜索
登录
main
/
dfgApp
大返官前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
no message
zhao_js
2023-11-15
b44e169dd8a6e0f15d3788970176922e96aec6e1
[dfgApp.git]
/
uniapp
/
uview-ui
/
libs
/
css
/
style.h5.scss
1
2
3
4
5
6
7
8
/* H5的时候,隐藏滚动条 */
::-webkit-scrollbar {
display: none;
width: 0 !important;
height: 0 !important;
-webkit-appearance: none;
background: transparent;
}