fix: personnel branchId (add & edit)

This commit is contained in:
puriphatt 2024-07-03 09:21:53 +00:00
parent 05d7c70f97
commit 0c2926bb60
3 changed files with 32 additions and 54 deletions

View file

@ -10,6 +10,7 @@ const props = withDefaults(
}[];
dark?: boolean;
labelI18n?: boolean;
nowrap?: boolean;
}>(),
{
labelI18n: false,
@ -19,14 +20,14 @@ const props = withDefaults(
<template>
<div
class="stat-card"
class="row full-width"
style="gap: var(--size-4)"
:class="{ 'justify-between': $q.screen.lt.md, dark }"
:class="{ 'justify-between': $q.screen.lt.md, dark, 'no-wrap': nowrap }"
>
<AppBox
v-for="v in props.branch"
:key="v.label"
class="bordered stat-card__wave col-12"
class="bordered stat-card__wave"
:class="{ [`stat-card__${v.color}`]: true }"
style="
padding: 12px 16px;