Browse Source

fix: 🧩 修改导航界面

pull/3/head
liyongle 3 years ago
parent
commit
5f8985d595
  1. 2
      src/views/Nav/Nav.vue

2
src/views/Nav/Nav.vue

@ -62,7 +62,7 @@
:data-key="directionInfo?.text"
/>
<div class="go-container">
<p class="go-text" :style="language === 'en' ? 'margin-top: 10px' : ''">
<p class="go-text" :style="language === 'en' ? 'margin-top: -25px' : ''">
{{ directionInfo ? switchLanguage(directionInfo, 'text') : '' }}
</p>
<!-- <p class="go-tip">{{ $t('go.please') }}</p> -->

Loading…
Cancel
Save