Browse Source

登录后显示头像 忘记密码里的英文单词 修改底部图标大小

master
liaoxinyu 2 years ago
parent
commit
07c601e55a
  1. BIN
      src/assets/img/home/login.png
  2. 4
      src/components/CommonFooter.vue
  3. 3
      src/i18n/tw.json
  4. 2
      src/views/wallet/exchange-assets.vue

BIN
src/assets/img/home/login.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

4
src/components/CommonFooter.vue

@ -10,10 +10,10 @@
<img
:src="appConfig.head_logo"
alt="logo"
style="width: 100%; height: 100%; object-fit: contain"
style="width: 200px; height: 100%;max-width: 200px; object-fit: contain;"
/>
</div>
<div style="color: #5B5B5B;font-size: 16px;">{{ appConfig.copyright }}</div>
<div style="color: #5B5B5B;font-size: 16px;margin-top: 10px;">{{ appConfig.copyright }}</div>
</div>
</div>

3
src/i18n/tw.json

@ -309,7 +309,8 @@
"Remembered": "還記得你的密碼?",
"text1": "安心交易!",
"text2": "JEDcoin對您的資產持有1:1的儲備金,我們也會定期發布儲備金證明審計結果",
"text3": "加入我們,開啟您的加密貨幣之旅"
"text3": "加入我們,開啟您的加密貨幣之旅",
"new-password":"新密碼"
},
"application": {
"form": "項目上幣申請表",

2
src/views/wallet/exchange-assets.vue

@ -5,7 +5,7 @@
<div class="user">
<div class="container" style="margin: 0px auto 50px;padding:60px 0px;">
<div class="d-flex fn-28 align-items-center mb-4 px-3" style="height: 90px;font-weight:bold;">
<img src="" alt="" style="width: 90px;height: 90px;margin-right:20px;">
<img src="../../assets/img/home/login.png" alt="" style="width: 90px;height: 90px;margin-right:20px;">
<div>{{ userInfo.email }}</div>
</div>
<div class="d-flex px-5 mb-2 fn-16" style="color:#7A7A7A;">

Loading…
Cancel
Save