chore: adjust form height

This commit is contained in:
Uyarn 2022-04-28 11:32:15 +08:00 committed by PY
parent 2a6bfa082c
commit 991f0588e2
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
<!-- 表单内容 -->
<!-- 合同名称,合同类型 -->
<t-row class="row-gap" :gutter="[16, 24]">
<t-row class="row-gap" :gutter="[16, 0]">
<t-col :span="6">
<t-form-item label="合同名称" name="name">
<t-input v-model="formData.name" :style="{ width: '322px' }" placeholder="请输入内容" />

View File

@ -3,7 +3,7 @@
<t-form ref="form" :data="formData" :label-width="80" colon @reset="onReset" @submit="onSubmit">
<t-row>
<t-col :span="10">
<t-row :gutter="[16, 16]">
<t-row :gutter="[16]">
<t-col :flex="1">
<t-form-item label="合同名称" name="name">
<t-input