mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-21 13:33:57 +00:00
Layout adjust for document viewer
This commit is contained in:
@@ -18,12 +18,9 @@
|
||||
<label><i class="fa fa-phone text-primary fs-10"></i> {{this.company_details.contact ? this.company_details.contact.phone : ""}}</label>
|
||||
</div>
|
||||
<div class="col-12 p-0" v-if="this.company_details.identification && this.company_details.identification.document_type">
|
||||
<label class="muted" :style="minWidth">Identification</label>
|
||||
<label>{{ this.company_details.identification.document_type === 'IDENTITY_CARD' ? 'IC' : 'SSM Registration' }}</label>
|
||||
</div>
|
||||
<div class="col-12 p-0" v-if="this.company_details.identification && this.company_details.identification.files">
|
||||
<label class="muted" :style="minWidth"> </label>
|
||||
<div class="col">
|
||||
<label class="muted pull-left" :style="minWidth">Identification</label>
|
||||
<div class="col-4 pull-left p-l-0 p-b-5">
|
||||
<label>{{ this.company_details.identification.document_type === 'IDENTITY_CARD' ? 'IC' : 'SSM Registration' }}</label>
|
||||
<div class="row no-margin">
|
||||
<div v-for="file in this.company_details.identification.files" v-bind:key="file.id" class="col-auto no-padding m-r-5">
|
||||
<document-file-viewer-component :file="file">
|
||||
|
||||
Reference in New Issue
Block a user