Fix white line in user details and user edit screens. ...Again

This commit is contained in:
WorkMac 2017-05-26 17:58:24 +03:00
Родитель 286c94f543
Коммит d4290a3434
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -13,7 +13,7 @@
<ScrollView>
<StackLayout *ngIf="user" id="dismissableAnchor">
<AbsoluteLayout width="100%" height="130">
<StackLayout left="0" top="60" width="100%" height="90" class="user-pad"></StackLayout>
<StackLayout left="0" top="60" width="100%" height="70" class="user-pad"></StackLayout>
<StackLayout left="0" top="0" width="100%" class="user">
<photo-picker [(url)]="user.ImageUrl" [type]="'user'" [editable]="true" (uplodad)="onImageUpload($event)" [noImageIcon]="user.ImageUrl ? '' : '&#x46;'"></photo-picker>
</StackLayout>

Просмотреть файл

@ -14,7 +14,7 @@
<StackLayout *ngIf="user">
<AbsoluteLayout width="100%" height="130">
<StackLayout left="0" top="60" width="100%" height="90" class="user-pad"></StackLayout>
<StackLayout left="0" top="60" width="100%" height="70" class="user-pad"></StackLayout>
<StackLayout left="0" top="0" width="100%" class="user">
<photo-picker [url]="user.ImageUrl" [type]="'user'" [noImageIcon]="'&#x46;'"></photo-picker>
</StackLayout>