You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
410 B
11 lines
410 B
<canvas style="width:{{canvasWidth}}px;height:{{canvasWidth}}px;" canvas-id="circleBar">
|
|
<cover-view class="circle-bar-wrap" style="height:{{canvasWidth}}px;">
|
|
<cover-view class="font">
|
|
{{title}}
|
|
</cover-view>
|
|
<cover-view class="val" style="color: {{valueColor}}; margin-top:{{isMarginTop?'20':'0'}}rpx">
|
|
{{value}} {{suffix}}
|
|
</cover-view>
|
|
</cover-view>
|
|
</canvas>
|
|
<slot></slot>
|
|
|