详细问题描述
loading-indicator 有的时候不展示图标/或者没有箭头
[内容]
重现步骤
附件有视频
IDE运行环境说明
HBuilderX 2.8.3.20200728
uni-app运行环境说明
运行端app
编译模式是weex
App运行环境说明
安卓10
三星note10+
附件
[可重现代码片段]
<refresh class="tui-refresh" @refresh="onrefresh" @pullingdown="onpullingdown" :display="refreshing ? 'show' : 'hide'">
<loading-indicator class="tui-loading"></loading-indicator>
</refresh>
.tui-refresh {
width: 750px;
height: 80px;
flex-direction: row;
align-items: center;
justify-content: center;
}
.tui-loading {
margin-right: 15px;
height: 60px;
width: 60px;
color: #5677fc;
}
联系方式
[QQ] 724555508