DTL panel : add with-dtl class on titled pdf wrapper component
This commit is contained in:
parent
46b0e8a4e0
commit
b63bbfd62d
2 changed files with 9 additions and 2 deletions
|
|
@ -7,7 +7,11 @@
|
|||
dismissableMask="true"
|
||||
header="Titre du rendu"
|
||||
class="dialog"
|
||||
:class="[{ 'with-comments': isCommentsOpen }, activeTab, { 'with-dtl': correspondingDTLProposal}]"
|
||||
:class="[
|
||||
{ 'with-comments': isCommentsOpen },
|
||||
activeTab,
|
||||
{ 'with-dtl': correspondingDTLProposal },
|
||||
]"
|
||||
:closeOnEscape="true"
|
||||
>
|
||||
<template #header>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue