7 lines
318 B
Plaintext
7 lines
318 B
Plaintext
|
|
<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>
|