5.10航天ui交易所pc端,代码jiem-pc
lxf
2025-07-09 2f4b958b6230962ac4e2f1f03d639ba35b4bdadb
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],
            },