Merge branch 'devWithMobile' into dev

This commit is contained in:
2025-03-30 16:52:06 +02:00
73 changed files with 4928 additions and 4626 deletions

View File

@@ -2569,7 +2569,7 @@ const setRowData = async (row, service = {sellingPriceComposed: {}}, product = {
:data="uri"
v-if="showDocument"
type="application/pdf"
class="w-full previewDocument"
class="w-full previewDocumentMobile"
/>
</div>
@@ -2598,7 +2598,13 @@ td {
border: 1px solid #69c350;
}*/
.previewDocumentMobile {
aspect-ratio: 1 / 1.414;
}
.previewDocument {
height: 80vh;
}
</style>