Files
MiniProgram/ProjectLiaisonForm/pages/progress/circle/index.wxml

7 lines
318 B
Plaintext
Raw Normal View History

2025-08-15 14:05:08 +08:00
<t-demo wx:if="{{!skylineRender}}" desc="环形进度条" padding>
<t-progress theme="circle" percentage="80" />
<t-progress theme="circle" percentage="88" status="warning" />
<t-progress theme="circle" percentage="88" status="error" />
<t-progress theme="circle" percentage="88" status="success" />
</t-demo>