2 days ago 584860d11b454774b60c71b63d221b5481c0f3bd
src/page/kline/components/kLine.vue
@@ -1236,7 +1236,7 @@
      // 遍历并清除所有定时器
      for (let i = 1; i <= lastIntervalId; i++) {
        clearInterval(i);
        clearTimeout(i);
        // clearTimeout(i);
      }
    },
    changeRightContent(type) {
@@ -1455,7 +1455,7 @@
        &:hover,
        &.active {
          color: #c4d600;
          color: #00f0ff;
        }
      }
    }
@@ -1500,7 +1500,7 @@
      }
      .active {
        color: #c4d600;
        color: #00f0ff;
        font-weight: 800;
        background: rgb(245, 245, 245);
      }
@@ -1580,7 +1580,7 @@
  }
  .active {
    color: #c4d600;
    color: #00f0ff;
    font-weight: 800;
    background: rgb(245, 245, 245);
  }