dcc
2024-08-03 1613da5e0d5b13b20fc384da3595766efe8ffb24
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',