fuliqi
2024-03-26 d67d79c396bd29ff9b8b17322928ae8a8325156b
src/views/screen/components/screen-examine/components/examine-chart.vue
@@ -2,8 +2,8 @@
  <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>
@@ -59,9 +59,8 @@
    .hola-item {
      flex-shrink: 0;
      width: 240px;
      height: 200px;
      color: #008000
      width: 220px;
      height: 180px;
    }
  }
}