update-ui,zoom

This commit is contained in:
unknown
2024-03-30 01:39:36 +08:00
parent c089247bf2
commit 1b49be4fb6
25 changed files with 174 additions and 78 deletions
@@ -13,9 +13,9 @@
<thead>
<tr>
<th>ID</th>
<th>Name</th>
<th>Nama</th>
<th>Email</th>
<th>Delete</th>
<th>Padam</th>
</tr>
</thead>
<tbody>
@@ -25,7 +25,7 @@
<td>{{ admin.email }}</td>
<td>
<button class="btn btn-danger" @click="id=admin.id;util.showModal('#delete-admin-modal')">
<i class="fa fa-trash"></i> Delete
<i class="fa fa-trash"></i> Padam
</button>
</td>
</tr>