From 25cb8015d0d46f8c0acf48d114df7d722cb90673 Mon Sep 17 00:00:00 2001 From: "Mr.Huan" Date: Mon, 24 Jan 2022 11:54:47 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=B3=A8=E5=86=8C=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AF=86=E7=A0=81=E6=A0=BC=E5=BC=8F=E6=8F=90?= =?UTF-8?q?=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/js/pages/login.vue | 15 +++++++++++++-- resources/assets/sass/pages/page-login.scss | 7 ++++++- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/resources/assets/js/pages/login.vue b/resources/assets/js/pages/login.vue index ca74f6dc..1ab24536 100644 --- a/resources/assets/js/pages/login.vue +++ b/resources/assets/js/pages/login.vue @@ -13,7 +13,15 @@ - + + + +  {{$L('邀请码')}}  @@ -268,7 +276,10 @@ export default { }); }).catch(({data, msg}) => { this.loadIng--; - $A.noticeError(msg); + $A.noticeError({ + desc: msg, + duration: 10 + }); if (data.code === 'need') { this.reCode(); this.codeNeed = true; diff --git a/resources/assets/sass/pages/page-login.scss b/resources/assets/sass/pages/page-login.scss index ce92e1ff..d837412c 100644 --- a/resources/assets/sass/pages/page-login.scss +++ b/resources/assets/sass/pages/page-login.scss @@ -89,7 +89,12 @@ color: #c7c7c7; } } - + > .ivu-poptip { + width: 100%; + > .ivu-poptip-rel { + width: 100%; + } + } } } .login-bottom {