公告板
版本库
filestore
活动
搜索
登录
llm
/
llm_ly_app
洛阳财政app前端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix: 回填
yuanhao
2025-06-04
e6b340cc9e7715b2abbdf2df2fff4e22a7902f6e
[llm/llm_ly_app.git]
/
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;
}