Commit 6aa6fc8 1 parent 8cced33 commit 6aa6fc8 Copy full SHA for 6aa6fc8
File tree 1 file changed +6
-4
lines changed
app/components/admin/Hooks
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ defineExpose({
67
67
</script >
68
68
69
69
<template >
70
- <form class =" flex flex-col items-start space-y-2 mt-4" @submit =" onSubmit" >
70
+ <form class =" flex flex-col items-start space-y-3 mt-4" @submit =" onSubmit" >
71
71
<VInputText
72
72
class =" w-full"
73
73
label =" Title"
@@ -83,8 +83,10 @@ defineExpose({
83
83
type-override =" url"
84
84
v-model =" url"
85
85
/>
86
- <VInputButton :loading =" changing" type =" submit" >
87
- {{ isUpdating ? 'Save' : 'Create' }}
88
- </VInputButton >
86
+ <div class =" w-full flex justify-center" >
87
+ <VInputButton class =" mb-1" :loading =" changing" type =" submit" >
88
+ {{ isUpdating ? 'Save' : 'Create' }}
89
+ </VInputButton >
90
+ </div >
89
91
</form >
90
92
</template >
You can’t perform that action at this time.
0 commit comments