优化记录页趋势分析展示
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<view class="trend-chart">
|
||||
<view class="trend-chart {{variant === 'peak' ? 'peak' : ''}}">
|
||||
<view class="trend-bars">
|
||||
<view class="trend-bar-col" wx:for="{{bars}}" wx:key="label">
|
||||
<view class="trend-bar {{item.value === 0 ? 'zero' : ''}} {{item.highlight ? 'highlight' : ''}}" style="height: {{item.percent}}%;">
|
||||
|
||||
Reference in New Issue
Block a user