diff --git a/src/components/UserConfirmDialog/index.vue b/src/components/UserConfirmDialog/index.vue index c5a18637c..6a18534ac 100644 --- a/src/components/UserConfirmDialog/index.vue +++ b/src/components/UserConfirmDialog/index.vue @@ -154,6 +154,9 @@ export default { } if (this.ConfirmType === 'mfa') { this.Select = this.Content.filter(item => !item.disabled)[0].name + if (this.Select === 'sms') { + this.smsWidth = 6 + } this.HelpText = this.Content.filter(item => !item.disabled)[0].placeholder } else if (this.ConfirmType === 'password') { this.Select = this.$t('setting.password')