From 1613da5e0d5b13b20fc384da3595766efe8ffb24 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Sat, 03 Aug 2024 15:05:48 +0800
Subject: [PATCH] Merge branch '6-8jys-yz3.5jy' of http://124.156.157.155:8060/r/usdt_one_pc into 6-8jys-yz3.5jy

---
 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