|
@@ -56,7 +56,7 @@
|
56
|
56
|
<div style="width: 50%;height: 500px;">
|
57
|
57
|
<h4 style="color: white">新能源车排名</h4>
|
58
|
58
|
<div class="progress-wrapper">
|
59
|
|
- <div style="display: flex;line-height: 50px;" v-for="item in progresslist">
|
|
59
|
+ <div style="display: flex;line-height: 50px;" :key="item.label" v-for="item in progresslist">
|
60
|
60
|
<span style="color: #fff; padding: 0 10px;">{{item.label}}</span>
|
61
|
61
|
<el-progress :text-inside="false" :stroke-width="26" :percentage="item.value" define-back-color="#191e3a" text-color="#888ea8"></el-progress>
|
62
|
62
|
</div>
|