From eeb8f18b48989bac5eb5847a51359496956c5339 Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Thu, 30 Apr 2026 18:32:45 +0800
Subject: [PATCH] 1

---
 src/page/kline/index copy.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/page/kline/index copy.vue b/src/page/kline/index copy.vue
index d706905..363909f 100644
--- a/src/page/kline/index copy.vue
+++ b/src/page/kline/index copy.vue
@@ -94,7 +94,7 @@
                     ? 'price green'
                     : 'price red'
                 "
-                >{{ singDetails.nowPrice }}</span
+                >{{ singDetails.nowPrice | _toString }}</span
               >
             </div>
             <div class="bottom_now">
@@ -766,7 +766,7 @@
     display: block;
     content: "";
     height: 0.07rem;
-    background-color: #1381a4;
+    background-color: #00f0ff;
     width: 100%;
     left: 0;
     bottom: -0.25rem;

--
Gitblit v1.9.3