update UI

This commit is contained in:
Nguyễn Đức Đạt
2023-05-04 15:36:01 +07:00
parent f9d4a1f2eb
commit ff2993de52
7 changed files with 8 additions and 8 deletions
@@ -14,7 +14,7 @@
<table class="table table-striped">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">STT</th>
<th scope="col">Ảnh đại diện</th>
<th scope="col"><a (click)="onSort('fullName')">Họ và tên</a></th>
<th scope="col"><a (click)="onSort('email')">Email</a></th>
@@ -9,7 +9,7 @@
}
.change-height {
height: 100%;
height: calc(100% - 1px);
}
@@ -37,7 +37,7 @@
<table class="table table-striped">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">STT</th>
<th scope="col">Ảnh</th>
<th scope="col">Họ và tên</th>
<th scope="col">Shop</th>
@@ -50,7 +50,7 @@
<tr *ngFor="let shipper of shippers; let i = index">
<th scope="row">{{ i + 1 }}</th>
<td>
<img [src]="shipper.user.imageUrl" class="imgTable" style="width: 20px">
<img [src]="shipper.user.imageUrl" class="imgTable mr-0" style="width: 20px">
</td>
<td>{{ shipper.user.fullName }}</td>
<td>{{ shipper.shop.name }}</td>
@@ -14,7 +14,7 @@
<table class="table table-striped">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">STT</th>
<th scope="col">Ảnh đại diện</th>
<th scope="col"><a style="cursor: pointer;" (click)="onSort('fullName')">Họ và tên</a>
</th>
@@ -16,7 +16,7 @@
<table class="table table-striped">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">STT</th>
<th scope="col">Địa chỉ cụ thể</th>
<th scope="col">Quận</th>
<th scope="col">Phường</th>
@@ -21,7 +21,7 @@
<table class="table table-striped">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">STT</th>
<th scope="col">Ảnh cửa hàng</th>
<th scope="col">Tên cửa hàng</th>
<th scope="col">Mô tả</th>
+1 -1
View File
@@ -360,7 +360,7 @@ ngb-datepicker {
// datatable
.vendor-list {
img {
margin-right: 20px;
// margin-right: 20px;
height: 40px;
width: 40px !important;
border-radius: 100%;