65
65
66
66
< div th:each ="messageItem, i:${customMessage.getMessageItems()} " th:remove ="tag ">
67
67
< div class ="row mt-4 ">
68
- < div class ="col-md-8 " style ="min-height: 700px " th:if ="${messageItem.getCustomTex()}==null ">
68
+ < div class ="col-md-8 " style ="min-height: 700px; max-height: 1050px " th:if ="${messageItem.getCustomTex()}==null ">
69
69
< embed class ="document-embed " height ="100% "
70
70
th:src ="'/pdf-viewer/pdfjs-dist/web/viewer.html?file=/documents/'+${messageItem.getDocumentName()} "
71
71
width ="100% "/>
72
72
</ div >
73
- < div class ="col-md-8 " style ="min-height: 700px " th:if ="${messageItem.getCustomTex()}!=null ">
73
+ < div class ="col-md-8 " style ="min-height: 700px; max-height: 1050px " th:if ="${messageItem.getCustomTex()}!=null ">
74
74
< div class ="full-size-div ">
75
75
< div class ="card-div ">
76
76
< div class ="card " style ="background-color: rgb(232, 237, 241) ">
@@ -85,7 +85,7 @@ <h3 class="h3-style">Texte du document :</h3>
85
85
< div class ="display-flex flex-grow-1 margin-top-25px overflow-auto padding-right-0px "
86
86
style ="align-self: flex-start; ">
87
87
< div class ="padding-right-5px ">
88
- < div class ="file1-border-color ">
88
+ < div class ="card file1-border-color ">
89
89
< div class ="card-header file1-border-color bold "
90
90
th:classappend ="${'category-' + messageItem.getDocumentCategory()} ">
91
91
< div class ="letter " style ="color: #0a0808 ">
@@ -181,7 +181,7 @@ <h4>Lecture automatiques :</h4>
181
181
< input th:field ="*{messageItems[__${i.index}__].documentId} "
182
182
th:value ="${messageItem.getDocumentId()} " type ="hidden "/>
183
183
< div class ="margin-bottom mt-4 ">
184
- < div class ="form-check mb-2 ms-2 "
184
+ < div class ="form-check mb-3 ms-2 "
185
185
th:each ="itemDetail,j : ${messageItem.getItemDetailList()} ">
186
186
< label class ="form-check-label "
187
187
>
@@ -217,12 +217,12 @@ <h4>Lecture automatiques :</h4>
217
217
< div th:each ="messageItem, i:${guarantorItem.getMessageItems()} " th:remove ="tag ">
218
218
< div class ="row mt-4 ">
219
219
220
- < div class ="col-md-8 " style ="min-height: 700px " th:if ="${messageItem.getCustomTex()}==null ">
220
+ < div class ="col-md-8 " style ="min-height: 700px; max-height: 1050px " th:if ="${messageItem.getCustomTex()}==null ">
221
221
< embed class ="document-embed " height ="100% "
222
222
th:src ="'/pdf-viewer/pdfjs-dist/web/viewer.html?file=/documents/'+${messageItem.getDocumentName()} "
223
223
width ="100% "/>
224
224
</ div >
225
- < div class ="col-md-8 " style ="min-height: 700px " th:if ="${messageItem.getCustomTex()}!=null ">
225
+ < div class ="col-md-8 " style ="min-height: 700px; max-height: 1050px " th:if ="${messageItem.getCustomTex()}!=null ">
226
226
< div class ="full-size-div ">
227
227
< div class ="card-div ">
228
228
< div class ="card " style ="background-color: rgb(232, 237, 241) ">
@@ -355,7 +355,7 @@ <h4>Lecture automatiques :</h4>
355
355
< input th:field ="*{guarantorItems[__${k.index}__].messageItems[__${i.index}__].documentId} "
356
356
th:value ="${messageItem.getDocumentId()} " type ="hidden "/>
357
357
< div class ="margin-bottom mt-4 ">
358
- < div class ="form-check mb-2 ms-2 "
358
+ < div class ="form-check mb-3 ms-2 "
359
359
th:each ="itemDetail,j : ${messageItem.getItemDetailList()} ">
360
360
< label class ="form-check-label "
361
361
>
0 commit comments