mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-11-10 06:58:23 +08:00
chore: adjust form height
This commit is contained in:
parent
2a6bfa082c
commit
991f0588e2
|
@ -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="请输入内容" />
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user