| | |
| | | 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' |
| | | // }, |
| | | ] |
| | | } |
| | | }, |
| | |
| | | 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' |
| | | // }, |
| | | ], |
| | | } |
| | | }, |
| | |
| | | <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; |
| | |
| | | flex-direction: column; |
| | | justify-content: center; |
| | | align-items: center; |
| | | // width: 25%; |
| | | flex: 1; |
| | | color: $text_color; |
| | | |