收藏
回答

采用flex布局之后,进度条不再显示?其中百分比还在

<view class="step-count">
                <view class="step-progress">
                    <progress percent="25" style="height:10px; width:100%" show-info="true" />
                </view>
            </view>


.step-count{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    width80%;
    height40%;
}
.step-progress {

    height100%;
    width80;
}


回答关注问题邀请回答
收藏

1 个回答

  • Frank
    Frank
    2022-05-20

    不写单位?

    2022-05-20
    有用
    回复
登录 后发表内容