1
李凌
2025-10-09 c17311ba1351cd5e64654c3fc7b2fe765b1e7382
src/views/cryptos/Exchange/exchangePage.vue
@@ -3,7 +3,7 @@
    <van-nav-bar left-arrow @click-left="onClickLeft">
      <template #right>
        <van-icon class="exchange-icon" @click="$router.push('/cryptos/exchangeHistory')" name="clock-o" />
        <van-icon class="exchange-icon textColor" @click="$router.push('/cryptos/exchangeHistory')" name="clock-o" />
      </template>
      <template #title>
        <div class="flex items-center">
@@ -175,10 +175,10 @@
  .exchange-page {
    height: 100vh - 6vh;
    background: $selectSymbol_background;
    // background: $selectSymbol_background;
    :deep(.van-tab--active) {
      background: $selectSymbol_background;
      // background: $selectSymbol_background;
      color: $text_color;
    }