|
@@ -12,7 +12,7 @@
|
|
|
<div class="mx-5 BasicForm flex">
|
|
|
<span style="line-height: 32px; margin-right: 10px">案件名称</span>
|
|
|
<div class="input">
|
|
|
- <a-input v-model:value="fileFlow.caseTitle" placeholder="请输入" />
|
|
|
+ <a-input style="width: 600px" maxlength="100" showCount v-model:value="fileFlow.caseTitle" placeholder="请输入" />
|
|
|
</div>
|
|
|
<!-- <a-button type="primary" @click="handleAdd"> 新增</a-button> -->
|
|
|
</div>
|
|
@@ -120,7 +120,7 @@
|
|
|
},
|
|
|
];
|
|
|
const searchForm: Partial<FormProps> = {
|
|
|
- labelWidth: 50,
|
|
|
+ labelWidth: 60,
|
|
|
autoSubmitOnEnter: true,
|
|
|
autoAdvancedLine: 1,
|
|
|
schemas: [
|