mirror of
https://github.com/cruip/vuejs-admin-dashboard-template.git
synced 2026-03-01 00:35:36 +08:00
1.3.0
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
<div class="text-center">267</div>
|
||||
</td>
|
||||
<td class="p-2">
|
||||
<div class="text-center text-light-blue-500">4.7%</div>
|
||||
<div class="text-center text-sky-500">4.7%</div>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- Row -->
|
||||
@@ -75,7 +75,7 @@
|
||||
<div class="text-center">249</div>
|
||||
</td>
|
||||
<td class="p-2">
|
||||
<div class="text-center text-light-blue-500">4.4%</div>
|
||||
<div class="text-center text-sky-500">4.4%</div>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- Row -->
|
||||
@@ -99,7 +99,7 @@
|
||||
<div class="text-center">224</div>
|
||||
</td>
|
||||
<td class="p-2">
|
||||
<div class="text-center text-light-blue-500">4.2%</div>
|
||||
<div class="text-center text-sky-500">4.2%</div>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- Row -->
|
||||
@@ -123,7 +123,7 @@
|
||||
<div class="text-center">220</div>
|
||||
</td>
|
||||
<td class="p-2">
|
||||
<div class="text-center text-light-blue-500">4.2%</div>
|
||||
<div class="text-center text-sky-500">4.2%</div>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- Row -->
|
||||
@@ -147,7 +147,7 @@
|
||||
<div class="text-center">204</div>
|
||||
</td>
|
||||
<td class="p-2">
|
||||
<div class="text-center text-light-blue-500">3.9%</div>
|
||||
<div class="text-center text-sky-500">3.9%</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@@ -52,8 +52,8 @@ export default {
|
||||
{
|
||||
label: 'Not satisfied about the quality of the product',
|
||||
data: [81],
|
||||
backgroundColor: tailwindConfig().theme.colors['light-blue'][400],
|
||||
hoverBackgroundColor: tailwindConfig().theme.colors['light-blue'][500],
|
||||
backgroundColor: tailwindConfig().theme.colors['sky'][400],
|
||||
hoverBackgroundColor: tailwindConfig().theme.colors['sky'][500],
|
||||
barPercentage: 1,
|
||||
categoryPercentage: 1,
|
||||
},
|
||||
|
||||
@@ -66,8 +66,8 @@
|
||||
<ul class="my-1">
|
||||
<!-- Item -->
|
||||
<li class="flex px-2">
|
||||
<div class="w-9 h-9 rounded-full shrink-0 bg-light-blue-500 my-2 mr-3">
|
||||
<svg class="w-9 h-9 fill-current text-light-blue-50" viewBox="0 0 36 36">
|
||||
<div class="w-9 h-9 rounded-full shrink-0 bg-sky-500 my-2 mr-3">
|
||||
<svg class="w-9 h-9 fill-current text-sky-50" viewBox="0 0 36 36">
|
||||
<path d="M23 11v2.085c-2.841.401-4.41 2.462-5.8 4.315-1.449 1.932-2.7 3.6-5.2 3.6h-1v2h1c3.5 0 5.253-2.338 6.8-4.4 1.449-1.932 2.7-3.6 5.2-3.6h3l-4-4zM15.406 16.455c.066-.087.125-.162.194-.254.314-.419.656-.872 1.033-1.33C15.475 13.802 14.038 13 12 13h-1v2h1c1.471 0 2.505.586 3.406 1.455zM24 21c-1.471 0-2.505-.586-3.406-1.455-.066.087-.125.162-.194.254-.316.422-.656.873-1.028 1.328.959.878 2.108 1.573 3.628 1.788V25l4-4h-3z" />
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user