10.10综合交易所原始源码_移动端
1
admin
2026-01-06 03043192ddf00f9a36b7454799a9152cd1b50a0b
src/components/trade/etf-ex-nav/index.vue
@@ -47,6 +47,16 @@
          icon: new URL(`../../../assets/theme/${thStore.theme}/image/etfNav/icon4-4.png`, import.meta.url),
          path: '/cryptos/accountChange?type=indices'
        },
        {
          name: this.$t('大宗交易'),
          icon: new URL(`../../../assets/theme/${thStore.theme}/image/etfNav/icon3-3.png`, import.meta.url),
          path: '/cryptos/blockTradesEtf'
        },
        // {
        //   name: this.$t('暗池交易'),
        //   icon: new URL(`../../../assets/theme/${thStore.theme}/image/etfNav/icon3-3.png`, import.meta.url),
        //   path: '/cryptos/darkpoolTradingEtf'
        // },
      ]
    }
  },
@@ -73,6 +83,16 @@
          icon: new URL(`../../../assets/theme/${thStore.theme}/image/etfNav/icon4-4.png`, import.meta.url),
          path: '/cryptos/accountChange?type=indices'
        },
        {
          name: this.$t('大宗交易'),
          icon: new URL(`../../../assets/theme/${thStore.theme}/image/etfNav/icon3-3.png`, import.meta.url),
          path: '/cryptos/blockTradesEtf'
        },
        // {
        //   name: this.$t('暗池交易'),
        //   icon: new URL(`../../../assets/theme/${thStore.theme}/image/etfNav/icon3-3.png`, import.meta.url),
        //   path: '/cryptos/darkpoolTradingEtf'
        // },
      ],
    }
  },
@@ -98,7 +118,8 @@
<style lang="scss" scoped>
.nav {
  display: flex;
  justify-content: space-between;
  justify-content: start;
  // flex-wrap: wrap;
  align-items: center;
  font-size: 26px;
  color: #21262F;
@@ -109,6 +130,7 @@
  flex-direction: column;
  justify-content: center;
  align-items: center;
  // width: 25%;
  flex: 1;
  color: $text_color;