forked from AkkomaGang/admin-fe
Fix width
This commit is contained in:
parent
7638fa71bd
commit
e4ba720a7d
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
|||
<div slot="header" class="clearfix">
|
||||
<span>{{ $t('invites.tokenCreated') }}</span>
|
||||
</div>
|
||||
<el-form label-width="80px" class="new-token-card">
|
||||
<el-form label-width="85px" class="new-token-card">
|
||||
<el-form-item :label="$t('invites.inviteLink')">
|
||||
<el-link :href="inviteLink" :underline="false" target="_blank">
|
||||
{{ inviteLink }}
|
||||
|
@ -186,7 +186,7 @@ export default {
|
|||
'authHost'
|
||||
]),
|
||||
getLabelWidth() {
|
||||
return this.isDesktop ? '100px' : '80px'
|
||||
return this.isDesktop ? '100px' : '85px'
|
||||
},
|
||||
inviteLink() {
|
||||
return `${baseName(this.authHost)}/registration/${this.newToken.token}`
|
||||
|
|
Loading…
Reference in a new issue