ZhangXianQiang
2024-04-28 d387848d15a40fb16c8a6eefb007d5f7411c5dbc
src/views/screen/components/screen-examine/components/examine-hola.vue
@@ -3,7 +3,7 @@
  <div class="progressChart">
    <div class="chart" id="progressChart" ref="chartRef"></div>
    <el-link class="bottom le-0-font" :underline="false" @click="handleDetail(routerPath)">
    <label >{{ bottomTitle }}</label>
    <label>{{ bottomTitle }}</label>
    </el-link>
  </div>
</template>
@@ -28,7 +28,7 @@
            clip: false, // 是否裁剪超出部分
            // 设置背景圆环样式
            lineStyle: {
              width: 10, // 圆环宽度
              width: 6, // 圆环宽度
              color: [[1, '#002865']] // 圆环背景色
            }
          },
@@ -85,7 +85,7 @@
          detail: {
            // width: 50,
            // height: 14,
            fontSize: 14,
            fontSize: 20,
            color: 'auto'
          },
          data: [
@@ -151,7 +151,9 @@
.progressChart {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  .chart {
    width: 100%;
    height: 75%;
@@ -162,8 +164,9 @@
    width: 100%;
    color: #01f8ff;
    text-align: center;
    font-size: 16px;
    font-size: 14px;
    margin-top: 10px;
  }
}
</style>