mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
Merge branch 'feature/viewer-attachment' of bitbucket.org:equilibriumito/gabinete-digital-fo into feature/viewer-attachment
This commit is contained in:
@@ -44,11 +44,17 @@
|
|||||||
<ion-card *ngFor="let publication of publicationFolderService.publicationList[folderId] let i = index">
|
<ion-card *ngFor="let publication of publicationFolderService.publicationList[folderId] let i = index">
|
||||||
<ion-card-content>
|
<ion-card-content>
|
||||||
|
|
||||||
<div style="width: 364px; height: 395px;">
|
<div style="width: 100%; height: 395px;">
|
||||||
<app-swiper
|
<app-swiper
|
||||||
[publicationList]=publication
|
[publicationList]=publication
|
||||||
></app-swiper>
|
></app-swiper>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- <div *ngIf="platform.is('ios')" style="width: 322px; height: 357px;">
|
||||||
|
<app-swiper
|
||||||
|
[publicationList]=publication
|
||||||
|
></app-swiper>
|
||||||
|
</div> -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ export class ViewPublicationsPage implements OnInit {
|
|||||||
public checkFileType: checkFileTypeService,
|
public checkFileType: checkFileTypeService,
|
||||||
private publicationVideoManagerService: PublicationVideoManagerService,
|
private publicationVideoManagerService: PublicationVideoManagerService,
|
||||||
public stopvideoService: StopvideoService,
|
public stopvideoService: StopvideoService,
|
||||||
private platform: Platform,
|
public platform: Platform,
|
||||||
public activeTabService: ActiveTabService,
|
public activeTabService: ActiveTabService,
|
||||||
public PublicationHolderService: PublicationHolderService) {
|
public PublicationHolderService: PublicationHolderService) {
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
</ion-content>
|
</ion-content>
|
||||||
|
|
||||||
<ion-footer>
|
<ion-footer>
|
||||||
<div *ngIf="publicationList.Files.length > 2" class="dots-container">
|
<div *ngIf="publicationList.Files.length > 1" class="dots-container">
|
||||||
<span *ngFor="let files of publicationList.Files; let k = index"
|
<span *ngFor="let files of publicationList.Files; let k = index"
|
||||||
[class.dotsSwiper]="true"
|
[class.dotsSwiper]="true"
|
||||||
[class.active-dot]="swiperIndex === k"
|
[class.active-dot]="swiperIndex === k"
|
||||||
|
|||||||
@@ -144,7 +144,7 @@ ion-toolbar {
|
|||||||
|
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
min-height: 350px;
|
min-height: 350px;
|
||||||
min-width: 350px;
|
/* min-width: 350px; */
|
||||||
|
|
||||||
margin: 5px auto;
|
margin: 5px auto;
|
||||||
|
|
||||||
@@ -282,7 +282,7 @@ swiper-slide video {
|
|||||||
|
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
min-height: 350px;
|
min-height: 350px;
|
||||||
min-width: 350px;
|
/* min-width: 350px; */
|
||||||
|
|
||||||
margin: 5px auto;
|
margin: 5px auto;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user