Skip to content
Snippets Groups Projects
Commit c42a4595 authored by simon.mellerin's avatar simon.mellerin
Browse files

#28 - Dataset - mutlistep - step 5 - third work

parent f690e6ee
No related branches found
No related tags found
1 merge request!53Resolve "[Dataset] Nouveau composant OcDatasetFormSummary"
Pipeline #10536 passed
......@@ -121,7 +121,7 @@
<template v-if="model.distribution">
<h2 class="font-extrabold text-2xl mt-8">{{ t('distributionsLabel') }}</h2>
<hr class="w-full my-6 border-t border-gray-400" />
<Accordion value="0" class="w-full">
<Accordion :value="['0']" class="w-full" multiple>
<AccordionPanel :value="key" v-for="(distribution, key) in model.distribution" :key="key">
<AccordionHeader>{{ distribution.title }}</AccordionHeader>
<AccordionContent pt:content="flex flex-wrap">
......@@ -257,4 +257,7 @@ const submit = (values: Object, ctx: SubmissionContext) => {
:deep(.oc-field-content) {
@apply bg-slate-50 rounded-md p-2;
}
:deep(.p-tag) {
@apply text-xs;
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment