feat: เพิ่ม เงา

This commit is contained in:
Net 2024-07-03 14:16:33 +07:00 committed by Methapon2001
parent 12c17dfd06
commit 2539ad7cf5

View file

@ -29,9 +29,8 @@ const props = withDefaults(
<AppBox
v-for="v in props.branch"
:key="v.label"
class="col-12 no-padding"
class="col-12 no-padding shadow-2"
:class="{ [`stat-card__${v.color}`]: true }"
style="box-shadow: var(--shadow-2)"
>
<div class="stat-card__content row items-center q-pa-md">
<div class="col-4 text-center">
@ -85,7 +84,7 @@ const props = withDefaults(
color: hsla(var(--gray-0-hsl) / 1);
background: hsla(var(--_color) / 1);
height: 100%;
width: 200px;
min-width: 200px;
}
.stat-card__purple {