From f6a8e5634b0db05a7028f0e3b418d19d4f9baedd Mon Sep 17 00:00:00 2001 From: jym503558564 <503558564@qq.com> Date: Mon, 31 Aug 2020 14:55:33 +0800 Subject: [PATCH] =?UTF-8?q?pref(userProfile):=20=E4=BC=98=E5=8C=96ssh?= =?UTF-8?q?=E5=85=AC=E9=92=A5textarea=E5=AD=97=E6=AE=B5=E4=B8=BA=E8=87=AA?= =?UTF-8?q?=E9=80=82=E5=BA=94=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/userviews/users/UserProfile/SSHUpdate.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/userviews/users/UserProfile/SSHUpdate.vue b/src/userviews/users/UserProfile/SSHUpdate.vue index 731462d96..e27b94bc9 100644 --- a/src/userviews/users/UserProfile/SSHUpdate.vue +++ b/src/userviews/users/UserProfile/SSHUpdate.vue @@ -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') }