pref(userProfile): 优化ssh公钥textarea字段为自适应高度

This commit is contained in:
jym503558564
2020-08-31 14:55:33 +08:00
committed by 老广
parent 868e77c983
commit f6a8e5634b

View File

@@ -46,7 +46,8 @@ export default {
public_key: {
el: {
type: 'textarea',
placeholder: 'ssh-rsa AAAA...'
placeholder: 'ssh-rsa AAAA...',
autosize: true
},
helpText: this.$t('users.HelpText.SSHKeyOfProfileSSHUpdatePage')
}