Commit 4df90b59 by Chanachai

ปรับปุ่มให้อยู่ตรงกลาง

parent 6c16cd19
...@@ -98,7 +98,8 @@ ...@@ -98,7 +98,8 @@
<p class="text-left">รายละเอียด : {{item.rdesc}}</p> <p class="text-left">รายละเอียด : {{item.rdesc}}</p>
</div> </div>
<div class="d-grid gap-2 a-md-flex justify-content-md-end"> <div class="text-center">
<div class="d-grid gap-2 a-md-flex justify-content-md-end ">
<button class="btn btn-sm btn-primary" type="button">ยืม</button> <button class="btn btn-sm btn-primary" type="button">ยืม</button>
<button class="btn btn-sm btn-primary" type="button">ยกเลิก</button> <button class="btn btn-sm btn-primary" type="button">ยกเลิก</button>
</div> </div>
...@@ -106,6 +107,7 @@ ...@@ -106,6 +107,7 @@
</div> </div>
</div> </div>
</div> </div>
</div>
<div class="d-flex justify-content-between p-2"> <div class="d-flex justify-content-between p-2">
<ngb-pagination [collectionSize]="collectionSize" [(page)]="page" [pageSize]="pageSize" <ngb-pagination [collectionSize]="collectionSize" [(page)]="page" [pageSize]="pageSize"
...@@ -212,6 +214,7 @@ ...@@ -212,6 +214,7 @@
<p class="text-left">ประเภท : {{item.type}}</p> <p class="text-left">ประเภท : {{item.type}}</p>
</div> </div>
<div class="text-center">
<div class="d-grid gap-2 a-md-flex justify-content-md-end"> <div class="d-grid gap-2 a-md-flex justify-content-md-end">
<button class="btn btn-sm btn-primary" type="button">ยืม</button> <button class="btn btn-sm btn-primary" type="button">ยืม</button>
<button class="btn btn-sm btn-primary" type="button">ยกเลิก</button> <button class="btn btn-sm btn-primary" type="button">ยกเลิก</button>
...@@ -220,6 +223,7 @@ ...@@ -220,6 +223,7 @@
</div> </div>
</div> </div>
</div> </div>
</div>
<div class="d-flex justify-content-between p-2"> <div class="d-flex justify-content-between p-2">
<ngb-pagination [collectionSize]="collectionSize" [(page)]="page" [pageSize]="pageSize" <ngb-pagination [collectionSize]="collectionSize" [(page)]="page" [pageSize]="pageSize"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment