style: 高度调整
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<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-form-item label="项目名称" required field="name">
|
||||||
<a-input v-model="formQuery.name" placeholder="请输入项目名称" size="large" class="!w-400px" />
|
<a-input v-model="formQuery.name" placeholder="请输入项目名称" size="large" class="!w-400px" />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
@ -12,7 +12,7 @@
|
|||||||
placeholder="请输入项目目标"
|
placeholder="请输入项目目标"
|
||||||
:max-length="500"
|
:max-length="500"
|
||||||
show-word-limit
|
show-word-limit
|
||||||
class="h-120px"
|
class="h-154px"
|
||||||
/>
|
/>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
<a-form-item label="项目背景" field="background">
|
<a-form-item label="项目背景" field="background">
|
||||||
@ -21,7 +21,7 @@
|
|||||||
placeholder="请输入项目背景"
|
placeholder="请输入项目背景"
|
||||||
:max-length="500"
|
:max-length="500"
|
||||||
show-word-limit
|
show-word-limit
|
||||||
class="h-120px"
|
class="h-154px"
|
||||||
/>
|
/>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-form>
|
</a-form>
|
||||||
|
|||||||
Reference in New Issue
Block a user