10.10综合交易所原始源码_移动端
admin
2026-01-06 42faef34194c466f03e29d75a63ae502e4213044
src/components/trade/etf-ex-nav/index.vue
@@ -47,16 +47,6 @@
          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'
        // },
      ]
    }
  },
@@ -83,16 +73,6 @@
          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'
        // },
      ],
    }
  },
@@ -118,8 +98,7 @@
<style lang="scss" scoped>
.nav {
  display: flex;
  justify-content: start;
  // flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 26px;
  color: #21262F;
@@ -130,7 +109,6 @@
  flex-direction: column;
  justify-content: center;
  align-items: center;
  // width: 25%;
  flex: 1;
  color: $text_color;