1
jhzh
2024-08-12 f1dc8f5a7f3a661ce19513a9ad47fe18e3e883ff
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',