mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
fix publication
This commit is contained in:
+2
-2
@@ -297,9 +297,9 @@ export class DiplomaAssinarPage implements OnInit {
|
||||
|
||||
|
||||
try {
|
||||
await this.processes.presidentialActionsSignature(body).toPromise()
|
||||
await this.processes.createSignatureV2(body);
|
||||
|
||||
await this.Assinar();
|
||||
//await this.Assinar();
|
||||
this.TaskService.loadDiplomas();
|
||||
this.goBack();
|
||||
} catch (error) {
|
||||
|
||||
@@ -243,7 +243,7 @@ ion-item-option {
|
||||
border: 1px solid #d30a0a;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 701px) {
|
||||
//@media only screen and (min-width: 701px) {
|
||||
.content-right {
|
||||
display: flex !important;
|
||||
width: 65%;
|
||||
@@ -255,22 +255,22 @@ ion-item-option {
|
||||
display: block !important;
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
//}
|
||||
|
||||
@media only screen and (min-width: 100px) {
|
||||
.item-icon2,
|
||||
.title-content,
|
||||
.main-content,
|
||||
.item {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
// @media only screen and (min-width: 100px) {
|
||||
// .item-icon2,
|
||||
// .title-content,
|
||||
// .main-content,
|
||||
// .item {
|
||||
// font-size: 14px;
|
||||
// }
|
||||
// }
|
||||
|
||||
@media only screen and (min-width: 500px) {
|
||||
.item-icon2,
|
||||
.title-content,
|
||||
.main-content,
|
||||
.item {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
// @media only screen and (min-width: 500px) {
|
||||
// .item-icon2,
|
||||
// .title-content,
|
||||
// .main-content,
|
||||
// .item {
|
||||
// font-size: 16px;
|
||||
// }
|
||||
// }
|
||||
|
||||
-22
@@ -23,36 +23,16 @@
|
||||
</div>
|
||||
|
||||
<div class="post-item overflow-y-auto height-100 ">
|
||||
|
||||
<div style="width: 100%;">
|
||||
<app-swiper
|
||||
[publicationList]=publication
|
||||
></app-swiper>
|
||||
</div>
|
||||
|
||||
<!-- <swiper-container [pagination]="{clickable: true, dynamicBullets: true }">
|
||||
<swiper-slide *ngFor="let files of publication.Files let k = index">
|
||||
<div>
|
||||
<img *ngIf="checkFileType.checkFileType(files.FileExtension ) == 'image'" class="post-img"
|
||||
src="{{'data:image/jpg;base64,' + files.FileBase64}}">
|
||||
|
||||
<video *ngIf="checkFileType.checkFileType(files.FileExtension ) == 'video'" class="post-video" controls="controls" preload="metadata"
|
||||
playsinline webkit-playsinline="webkit-playsinline" (play)="StopvideoService.registerVideoWithEvent($event)" >
|
||||
<source [src]="files.FileBase64" type="video/mp4">
|
||||
</video>
|
||||
|
||||
</div>
|
||||
</swiper-slide>
|
||||
</swiper-container> -->
|
||||
<!-- <div *ngIf="publication.FileBase64.length < 30" class="post-img">
|
||||
<img src="/assets/icon/icon-no-image.svg" alt="image">
|
||||
</div> -->
|
||||
<div class="post-description px-20">
|
||||
<pre class="text font-14-rem">{{publication.Message}}</pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div *ngIf="publication.Title == ''" class="d-flex flex-column">
|
||||
@@ -76,7 +56,6 @@
|
||||
<p><ion-skeleton-text animated></ion-skeleton-text></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</ion-content>
|
||||
@@ -95,4 +74,3 @@
|
||||
</ion-buttons>
|
||||
</ion-toolbar>
|
||||
</ion-footer>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user