From f1dc8f5a7f3a661ce19513a9ad47fe18e3e883ff Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 12 Aug 2024 11:47:14 +0800
Subject: [PATCH] 1

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

diff --git a/src/components/commonTrade/kline.vue b/src/components/commonTrade/kline.vue
index fb634fc..a14691e 100644
--- a/src/components/commonTrade/kline.vue
+++ b/src/components/commonTrade/kline.vue
@@ -1,8 +1,9 @@
 <template>
   <div class="kline-page">
+    <!-- :style="{ width: width != 0 ? width + 'px' : '' }" -->
     <div
       id="kline-BoxMain"
-      :style="{ width: width != 0 ? width + 'px' : '' }"
+      style="width: 100%;"
       :class="[
         isFullscreen ? 'kline-BoxMain-full' : '',
         isSpotGoods ? 'kline-BoxMain' : 'kline-BoxMain1',

--
Gitblit v1.9.3