Fix white line in user details and user edit screens. ...Again
This commit is contained in:
Родитель
286c94f543
Коммит
d4290a3434
|
@ -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 ? '' : 'F'"></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]="'F'"></photo-picker>
|
||||
</StackLayout>
|
||||
|
|
Загрузка…
Ссылка в новой задаче