From b89469f4247964e38ef4a64a8f59fa4b8c0c3d81 Mon Sep 17 00:00:00 2001 From: "lim.wang" Date: Sun, 14 Apr 2019 22:03:11 +0900 Subject: [PATCH] =?UTF-8?q?login=20=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/en.js | 4 ++-- src/views/Login.vue | 24 ++++++++++++++++++++---- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/src/i18n/en.js b/src/i18n/en.js index 81e25a2..70547f7 100644 --- a/src/i18n/en.js +++ b/src/i18n/en.js @@ -1,7 +1,7 @@ export default { login: { title: 'TIC Console', - inputLabel: '请输入密语,例如:Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eos, molestias, quisquam?', + inputLabel: 'Please input secword, for example: Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eos, molestias, quisquam?', loginBtn: 'Sign In', secwordBtn: 'Create Secword', errorMnemonic: 'Invalid Secret Word', @@ -15,7 +15,7 @@ export default { titleMarket: 'App', }, owner: { - tableHeader: '我的交易', + tableHeader: 'my transaction', searchHolder: '请输入该输入的', thId: '交易 ID', thType: '类型', diff --git a/src/views/Login.vue b/src/views/Login.vue index a339554..492e3c0 100644 --- a/src/views/Login.vue +++ b/src/views/Login.vue @@ -27,16 +27,19 @@ item-text="label" /> - +
+ {{ $t('login.loginBtn') }} - + {{ $t('login.secwordBtn') }} - + + +
@@ -110,9 +113,22 @@ export default { margin: 10px 0; } - & /deep/ .v-btn { + + .loginSecword { align-self: stretch; + display:flex; + justify-content: center; + +} + + & /deep/ .v-btn { box-shadow: 0 4px 14px #111 !important; + width: 210px; } + + // & > a { + // //margin: 40px 0; + // } + }