fix:代码合并

This commit is contained in:
wyx
2022-12-04 15:00:02 +08:00
parent feb253afb7
commit 0a7a86a00e
3 changed files with 5 additions and 3 deletions

View File

@@ -31,6 +31,7 @@
<div class="btnbox">
<a-form-item has-feedback label="作业名称" name="workName">
<a-input
maxLength="20"
v-model:value="formState.workName"
style="width: 424px; height: 32px; margin-left: 35px"
placeholder="请输入作业名称"
@@ -46,7 +47,7 @@
placeholder="请输入作业要求"
autocomplete="off"
allow-clear
style="margin-left: 35px"
style="margin-left: 35px;width: 426px;height: 200px;"
maxlength="150"
/>
</a-form-item>