| | |
| | | <div class="chart-container"> |
| | | <div class="rank-chart"> |
| | | <div class="hola-item" v-for="item in dataList" :key="item.id"> |
| | | <examine-hola :startColor="'#02C77E'" :endColor="'#017770'" :centerValue="item.value" |
| | | :bottomTitle="item.name" :routerPath="item.routerUrl" ></examine-hola> |
| | | <examine-hola :startColor="'#02C77E'" :endColor="'#017770'" :centerValue="item.value" :bottomTitle="item.name" |
| | | :routerPath="item.routerUrl"></examine-hola> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | |
| | | .hola-item { |
| | | flex-shrink: 0; |
| | | width: 240px; |
| | | height: 200px; |
| | | color: #008000 |
| | | width: 220px; |
| | | height: 180px; |
| | | } |
| | | } |
| | | } |