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; + // } + }