0510航天交易所ui仿制,代码使用的jiem
lxf
2025-07-16 fcb00a66b4053550b473a29d7299c7a4737eea75
src/page/perpetualContract/index.vue
@@ -10,6 +10,12 @@
      @update-coin="onUpdate"
    >
    </ContractHeader>
    <k-line-charts
      :update-key="updateKey"
      :update-data="quote"
      :symbol="symbol"
      :showBottom="false"
    />
    <div :class="{ slide2: animated1 }" v-if="selectIndex === 1">
      <div class="mainBackground" key="x">
@@ -84,18 +90,13 @@
    </div>
    <!-- <div class="fixed w-full shadow z-10 tabBackground1"> -->
    <div class="flex justify-between px-30 py-10">
      <span class="font-24 textColor2"
      <!-- <span class="font-24 textColor2"
        >{{ symbolname }}&nbsp;{{ $t("k线图表") }}</span
      >
      > -->
      <!-- <van-icon class="textColor" @click.stop="showCharts = !showCharts"
                    :name="showCharts ? 'arrow-down' : 'arrow-up'"></van-icon> -->
    </div>
    <k-line-charts
      :update-key="updateKey"
      :update-data="quote"
      :symbol="symbol"
      :showBottom="false"
    />
    <!-- </div> -->
  </div>
</template>