细节完善
This commit is contained in:
@@ -49,7 +49,8 @@ const ringText = (ring) => {
|
||||
<view
|
||||
:style="{
|
||||
background: barColor(total === 0 ? b.rate : b.rate / total),
|
||||
height: (total === 0 ? b.rate : b.rate / total) * 300 + 'rpx',
|
||||
height:
|
||||
Math.max((total === 0 ? b.rate : b.rate / total) * 240) + 'rpx',
|
||||
}"
|
||||
>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user