From 8f9e4fbc244af9e91f69f8b2851f4068abe7e600 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Thu, 05 Jun 2025 15:17:24 +0800
Subject: [PATCH] style

---
 src/components/commonTrade/kline.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/components/commonTrade/kline.vue b/src/components/commonTrade/kline.vue
index 21f6ef7..2c6464c 100644
--- a/src/components/commonTrade/kline.vue
+++ b/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],
             },

--
Gitblit v1.9.3