start improving project step dynamic
This commit is contained in:
parent
3c0fe8f1aa
commit
f2255d50aa
4 changed files with 9 additions and 19 deletions
Binary file not shown.
|
|
@ -1,9 +0,0 @@
|
||||||
Date: 2024-10-16 04:17
|
|
||||||
|
|
||||||
----
|
|
||||||
|
|
||||||
Uuid: Z6wXAXIq5mBocGi8
|
|
||||||
|
|
||||||
----
|
|
||||||
|
|
||||||
Template: document
|
|
||||||
|
|
@ -3,3 +3,6 @@ title: PDF
|
||||||
accept:
|
accept:
|
||||||
mime: application/pdf
|
mime: application/pdf
|
||||||
focus: false
|
focus: false
|
||||||
|
fields:
|
||||||
|
comments:
|
||||||
|
type: hidden
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<section
|
<section class="flex-1" :aria-labelledby="text" :data-status="status">
|
||||||
class="flex-1"
|
<h2 :id="text">
|
||||||
aria-labelledby="votre-brief-label"
|
<!-- ADRIEN / TIMOTHÉE : DYNAMISER L'ICONE -->
|
||||||
:data-status="status"
|
|
||||||
>
|
|
||||||
<h2 id="votre-brief-label">
|
|
||||||
<span data-icon="votre-brief">{{ step.text }}</span>
|
<span data-icon="votre-brief">{{ step.text }}</span>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="cards | flow">
|
<div class="cards | flow">
|
||||||
|
|
@ -36,8 +33,7 @@
|
||||||
</router-link>
|
</router-link>
|
||||||
</template>
|
</template>
|
||||||
<template v-if="step.files[0]?.type === 'document'">
|
<template v-if="step.files[0]?.type === 'document'">
|
||||||
<div @click="showPdf" class="card__images" data-icon="document">
|
<div @click="showPdf" class="card__images" data-icon="document"></div>
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue