当前位置: 代码迷 >> 综合 >> WEUI
  详细解决方案

WEUI

热度:45   发布时间:2023-09-19 16:38:00.0

WEUI

1.showLoading

显示:$.showLoading("数据加载中");

隐藏:$.hideLoading();

2.修改showLoading样式

.weui-toast

3.修改加载框样式

p.weui-toast_content {
       margin-top: 0rem;
}