Browse Source

1、图标屏蔽

master
Aug 1 month ago
parent
commit
85d7d2da97
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      admin-hanhai-vue/src/components/ExhibitDataBoard.vue

+ 4
- 4
admin-hanhai-vue/src/components/ExhibitDataBoard.vue View File

@ -42,10 +42,10 @@
<span class="rate-symbol">%</span> <span class="rate-symbol">%</span>
</div> </div>
</div> </div>
<div class="rate-trend" :class="item.trend">
<a-icon :type="item.trend === 'up' ? 'arrow-up' : 'arrow-down'" />
<span>{{ item.trendValue }}%</span>
</div>
<!-- <div class="rate-trend" :class="item.trend">-->
<!-- <a-icon :type="item.trend === 'up' ? 'arrow-up' : 'arrow-down'" />-->
<!-- <span>{{ item.trendValue }}%</span>-->
<!-- </div>-->
</div> </div>
</a-card> </a-card>
</div> </div>


Loading…
Cancel
Save