style: 高度调整

This commit is contained in:
rd
2025-07-23 17:44:09 +08:00
parent 86c0ba3686
commit b260e4e68e

View File

@ -1,5 +1,5 @@
<template>
<a-form ref="formRef" :model="formQuery" :rules="rules" layout="horizontal" auto-label-width class="h-360px">
<a-form ref="formRef" :model="formQuery" :rules="rules" layout="horizontal" auto-label-width class="h-448px">
<a-form-item label="项目名称" required field="name">
<a-input v-model="formQuery.name" placeholder="请输入项目名称" size="large" class="!w-400px" />
</a-form-item>
@ -12,7 +12,7 @@
placeholder="请输入项目目标"
:max-length="500"
show-word-limit
class="h-120px"
class="h-154px"
/>
</a-form-item>
<a-form-item label="项目背景" field="background">
@ -21,7 +21,7 @@
placeholder="请输入项目背景"
:max-length="500"
show-word-limit
class="h-120px"
class="h-154px"
/>
</a-form-item>
</a-form>