refactor: move stat out

This commit is contained in:
Methapon2001 2024-07-04 11:00:03 +07:00
parent 2539ad7cf5
commit 9bc9e0f1d5
2 changed files with 11 additions and 10 deletions

View file

@ -436,11 +436,13 @@ watch(locale, () => {
<template>
<div class="column full-height no-wrap">
<div class="surface-1 bordered rounded q-mb-md scroll">
<div class="q-ma-md" style="display: inline-block">
<StatCard label-i18n :branch="stats" :dark="$q.dark.isActive" nowrap />
</div>
</div>
<StatCard
class="q-pb-md"
label-i18n
:branch="stats"
:dark="$q.dark.isActive"
nowrap
/>
<div
class="column col surface-1 bordered rounded scroll"