From ce3533dad7bebb53ffc730b55e08092b19ae090c Mon Sep 17 00:00:00 2001
From: dengchaochao <m18576213742@163.com>
Date: Sat, 27 Jul 2024 21:58:06 +0800
Subject: [PATCH] 7.27更改东西
---
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