Skip to content

Commit

Permalink
feat: add accordion style
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloSF0 committed Jan 27, 2025
1 parent 4bf95d7 commit e1c0b1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/templates/create-form-block/form-horizontal.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<fieldset
class="flex max-w-screen-2xl-test mx-auto gap-8 w-full surface-section px-8 rounded-md flex-wrap min-w-[2rem]"
class="flex max-w-screen-2xl-test mx-auto gap-8 w-full surface-section px-8 rounded-md flex-wrap min-w-[2rem]"
:class="{
'lg:flex-nowrap xl:py-14 xl:p-14 lg:gap-16': !isDrawer,
'border surface-border ': noBorder,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:schema="validationSchema"
:initialValues="initialValues"
:createService="createDomainsServices"
>
>
<template #form>
<FormFieldsCreateDomain
:listDomainsService="listDomainsService"
Expand Down
2 changes: 1 addition & 1 deletion src/views/EdgeApplications/Config/OriginEdgeApplcation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:schema="validationSchema"
:initialValues="initialValues"
:createService="createOriginServices"
>
>
<template #form>
<FormFieldsOrigin></FormFieldsOrigin>
</template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,5 @@
}
})
const { value: domain } = useField('domain')
</script>
</script>

0 comments on commit e1c0b1c

Please sign in to comment.