ZhangXianQiang
2024-04-28 d387848d15a40fb16c8a6eefb007d5f7411c5dbc
src/views/home/data-chart/index.vue
@@ -73,12 +73,12 @@
    initChart() {
      const option = {
        legend: {
          right: '2%',
          top: '5%',
          right: 'right',
          top: 'top',
          orient: "vertical",
          icon: 'rect',
          data: [
            {
              name: '正常数',
              itemStyle: {
                color: 'rgba(62, 144, 247, 1)'
@@ -193,7 +193,6 @@
  align-items: center;
  z-index: 2;
  .more-button {
    cursor: pointer;
    font-size: 16px;
@@ -216,4 +215,4 @@
  margin: 0 20px;
  width: 180px;
}
</style>
</style>