mirror of
https://github.com/cruip/vuejs-admin-dashboard-template.git
synced 2026-03-01 00:35:36 +08:00
Update Tailwind 3
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
>
|
||||
<td class="p-2 whitespace-nowrap">
|
||||
<div class="flex items-center">
|
||||
<div class="w-10 h-10 flex-shrink-0 mr-2 sm:mr-3">
|
||||
<div class="w-10 h-10 shrink-0 mr-2 sm:mr-3">
|
||||
<img class="rounded-full" :src="customer.image" width="40" height="40" :alt="customer.name" />
|
||||
</div>
|
||||
<div class="font-medium text-gray-800">{{customer.name}}</div>
|
||||
|
||||
Reference in New Issue
Block a user