5.10航天ui交易所pc端,代码jiem-pc
lxf
2025-06-05 8f9e4fbc244af9e91f69f8b2851f4068abe7e600
src/components/commonTrade/kline.vue
@@ -126,10 +126,10 @@
        locale: langStore.language, //https://klinecharts.com/guide/i18n.html
        styles: {
          grid: {
            show: false,
            show: true,
            // 网格水平线
            horizontal: {
              show: false,
              show: true,
              size: 1,
              color: "#393939",
              style: "solid",
@@ -137,9 +137,9 @@
            },
            // 网格垂直线
            vertical: {
              show: false,
              show: true,
              size: 1,
              color: "#000",
              color: "#393939",
              style: "solid",
              dashValue: [2, 2],
            },