公告板
版本库
filestore
活动
搜索
登录
llm
/
llm_ly_app
洛阳财政app前端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
refactor(config): 更新线上环境 API 地址
石广澎
2025-06-18
9d2851fd93323581ea382d5191e2dbb90642b963
[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;
}