Skip to content

Commit

Permalink
💄 设置表单添加动画效果 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
A-kirami authored Apr 14, 2024
1 parent 4b21950 commit f8876fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/settings/connect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ defineExpose({ resetForm })
</FormItem>
</FormField>
<FormField v-slot="{ componentField }" name="url">
<FormItem>
<FormItem v-auto-animate>
<FormLabel>连接地址</FormLabel>
<FormControl>
<Input type="text" v-bind="componentField" class="h-9 max-w-100" />
Expand All @@ -132,7 +132,7 @@ defineExpose({ resetForm })
</FormItem>
</FormField>
<FormField v-slot="{ componentField }" name="reconnectInterval">
<FormItem>
<FormItem v-auto-animate>
<FormLabel>重连间隔</FormLabel>
<FormControl>
<Input type="number" v-bind="componentField" class="h-9 max-w-100" />
Expand All @@ -142,7 +142,7 @@ defineExpose({ resetForm })
</FormItem>
</FormField>
<FormField v-slot="{ componentField }" name="heartbeatInterval">
<FormItem>
<FormItem v-auto-animate>
<FormLabel>心跳间隔</FormLabel>
<FormControl>
<Input type="number" v-bind="componentField" class="h-9 max-w-100" />
Expand Down

0 comments on commit f8876fc

Please sign in to comment.