龚焕茏
2024-07-26 ab7f0a94ab8c2f04b5fe6d0db7ec88801a344ccb
src/views/screen/components/screen-examine/components/examine-chart.vue
@@ -2,7 +2,7 @@
  <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"
        <examine-hola :startColor="'#4ea8ff'" :endColor="'#178fff'" :centerValue="item.value" :bottomTitle="item.name"
          :routerPath="item.routerUrl"></examine-hola>
      </div>
    </div>
@@ -56,8 +56,8 @@
    .hola-item {
      flex-shrink: 0;
      width: 140px;
      height: 140px;
      width: 150px;
      height: 120px;
    }
  }
}