feat: เพิ่ม เงา
This commit is contained in:
parent
12c17dfd06
commit
2539ad7cf5
1 changed files with 2 additions and 3 deletions
|
|
@ -29,9 +29,8 @@ const props = withDefaults(
|
||||||
<AppBox
|
<AppBox
|
||||||
v-for="v in props.branch"
|
v-for="v in props.branch"
|
||||||
:key="v.label"
|
:key="v.label"
|
||||||
class="col-12 no-padding"
|
class="col-12 no-padding shadow-2"
|
||||||
:class="{ [`stat-card__${v.color}`]: true }"
|
: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="stat-card__content row items-center q-pa-md">
|
||||||
<div class="col-4 text-center">
|
<div class="col-4 text-center">
|
||||||
|
|
@ -85,7 +84,7 @@ const props = withDefaults(
|
||||||
color: hsla(var(--gray-0-hsl) / 1);
|
color: hsla(var(--gray-0-hsl) / 1);
|
||||||
background: hsla(var(--_color) / 1);
|
background: hsla(var(--_color) / 1);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 200px;
|
min-width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stat-card__purple {
|
.stat-card__purple {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue