diff --git a/web/src/components/keys/GroupFormModal.vue b/web/src/components/keys/GroupFormModal.vue index af46dbc..6933061 100644 --- a/web/src/components/keys/GroupFormModal.vue +++ b/web/src/components/keys/GroupFormModal.vue @@ -13,7 +13,6 @@ import { NInputNumber, NModal, NSelect, - NSpace, useMessage, } from "naive-ui"; import { reactive, ref, watch } from "vue"; @@ -309,7 +308,9 @@ async function handleSubmit() { v-model:value="formData.description" type="textarea" placeholder="可选,分组描述信息" - :rows="3" + :rows="2" + :autosize="{ minRows: 2, maxRows: 2 }" + style="resize: none" /> @@ -335,7 +336,7 @@ async function handleSubmit() { -