Corrected Display for Created Documents
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user