From fcde72b177adccbde514753964fad1ddc4272342 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Wed, 17 Mar 2021 13:49:20 +1300 Subject: [PATCH] Notes up max rows --- html/src/index.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/src/index.pug b/html/src/index.pug index 2be28a9e..01232f04 100644 --- a/html/src/index.pug +++ b/html/src/index.pug @@ -944,7 +944,7 @@ html .x-friend-item(style="width:100%;cursor:default") .detail span.name Note - el-input.extra(v-model="userDialog.memo" type="textarea" :rows="2" placeholder="Click to add a note" size="mini" resize="none") + el-input.extra(v-model="userDialog.memo" type="textarea" :rows="2" :autosize="{ minRows: 2, maxRows: 20 }" placeholder="Click to add a note" size="mini" resize="none") .x-friend-item(style="width:100%;cursor:default") .detail span.name Bio