Showing
1 changed file
with
4 additions
and
6 deletions
| ... | ... | @@ -12,10 +12,10 @@ |
| 12 | 12 | > |
| 13 | 13 | <div> |
| 14 | 14 | <a-row type="flex"> |
| 15 | - <a-col :span="2" style="margin-left: 5rem"> | |
| 15 | + <a-col :span="3" style=""> | |
| 16 | 16 | <a-input v-model:value="searchInfo.jobName" placeholder="请输入任务名称" /> |
| 17 | 17 | </a-col> |
| 18 | - <a-col :span="4" style="margin-left: 5rem"> | |
| 18 | + <a-col :span="4" style="margin-left: 2rem"> | |
| 19 | 19 | <a-select |
| 20 | 20 | allowClear |
| 21 | 21 | v-model:value="searchInfo.jobGroup" |
| ... | ... | @@ -23,8 +23,7 @@ |
| 23 | 23 | placeholder="请选择任务组名" |
| 24 | 24 | style="width: 200px" |
| 25 | 25 | :options="optionGroup" |
| 26 | - > | |
| 27 | - </a-select> | |
| 26 | + /> | |
| 28 | 27 | </a-col> |
| 29 | 28 | <a-col :span="4"> |
| 30 | 29 | <a-select |
| ... | ... | @@ -33,8 +32,7 @@ |
| 33 | 32 | placeholder="请选择执行状态" |
| 34 | 33 | style="width: 200px" |
| 35 | 34 | :options="optionStatus" |
| 36 | - > | |
| 37 | - </a-select> | |
| 35 | + /> | |
| 38 | 36 | </a-col> |
| 39 | 37 | <a-col :span="4"> |
| 40 | 38 | <a-range-picker | ... | ... |