Przeglądaj źródła

backup of source code before removing vendor directory

tags/2.037
Patrick Sun 4 lat temu
rodzic
commit
6933b0a439
3 zmienionych plików z 3 dodań i 10 usunięć
  1. +1
    -1
      src/app/dashboard/dashboard.component.scss
  2. +1
    -1
      src/app/upload-cards/upload-cards.component.ts
  3. +1
    -8
      src/app/upload-detail/upload-detail.component.ts

+ 1
- 1
src/app/dashboard/dashboard.component.scss Wyświetl plik

@@ -1,7 +1,7 @@
.container.outer{
width:100%;
max-width:100vw;
background: url('./assets/img/body_bg.jpg') no-repeat center center fixed;
background: url('../../assets/img/body_bg.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;

+ 1
- 1
src/app/upload-cards/upload-cards.component.ts Wyświetl plik

@@ -14,7 +14,7 @@ import {UploadAttachService} from '../service/upload.attach.service';
})
export class UploadCardsComponent implements OnInit {
@Input() uploadId: number;
@Input() icon = '../../assets/img/pdf.jpg';
@Input() icon = '';
@ViewChild('imgBox', {static: true}) imgBox: ImagePopupDialogComponent;
public uploadMeta: UploadMetaModel = new UploadMetaModel({});


+ 1
- 8
src/app/upload-detail/upload-detail.component.ts Wyświetl plik

@@ -36,7 +36,7 @@ export class UploadDetailComponent implements OnInit, AfterViewInit {
public PayInSize = '300px';
public fabOffset = { x: '10px', y: this.PayInSize };

@Input() public currentTab = 0;
public currentTab = 0;
public tabText: string[] = ['Preview', 'Content', 'Analysis'];
public tabTitle: string[] = this.tabText;

@@ -58,13 +58,6 @@ export class UploadDetailComponent implements OnInit, AfterViewInit {

this.loadUploadMeta();
this.fabSlideIn();
// this.changeTabTitle();

// this.currentTab=2;

setTimeout(() => {
this.resizeSplitter = true;
}, 2000);
}

ngAfterViewInit(): void {

Ładowanie…
Anuluj
Zapisz