龚焕茏
2024-07-30 0f851ca9f5fc81fb73dd26248b3cde46851bce25
src/views/screen/components/screen-examine/components/examine-hola.vue
@@ -29,7 +29,7 @@
            // 设置背景圆环样式
            lineStyle: {
              width: 10, // 圆环宽度
              color: [[1, '#002865']] // 圆环背景色
              color: [[1, '#ecf6ff']] // 圆环背景色
            }
          },
          // 仪表盘指针
@@ -151,7 +151,9 @@
.progressChart {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  .chart {
    width: 100%;
    height: 75%;
@@ -166,4 +168,5 @@
    margin-top: 10px;
  }
}
</style>