feat(sections): add SectionFormPage demo
Add a dedicated SectionFormPage demo component and view to showcase form fields, detail sections, notices, and page-driver-managed state. Remove the obsolete SectionSearchPanel demo route and menu entry, and add spacing to SectionFormPage cards for improved layout.feat(sections): add SectionFormPage demo Add a dedicated SectionFormPage demo component and view to showcase form fields, detail sections, notices, and page-driver-managed state. Remove the obsolete SectionSearchPanel demo route and menu entry, and add spacing to SectionFormPage cards for improved layout.
This commit is contained in:
@@ -25,7 +25,7 @@ const emit = defineEmits<{
|
||||
<template>
|
||||
<v-form @submit.prevent="emit('submit')">
|
||||
<v-container fluid class="pt-2 px-1">
|
||||
<v-card>
|
||||
<v-card class="mb-2">
|
||||
<v-card-title class="bg-primary text-title-large text-center py-2">
|
||||
{{ title }}
|
||||
</v-card-title>
|
||||
|
||||
Reference in New Issue
Block a user