Merge branch 'oat' into development

This commit is contained in:
oat 2023-12-06 15:42:03 +07:00
commit 380e24ad88

View file

@ -19,12 +19,12 @@ const accountName = ref<string>(getUsername())
<div class="cow">
<div class="row q-pl-sm">
<span class="text-body1">
<span class="text-body1" style="font-size:14px">
{{ accountName }}
</span>
</div>
<div class="row q-pl-sm">
<span class="text-caption text-grey"> เจาหนาท </span>
<span class="text-caption text-grey" style="font-size:10px"> เจาหนาท </span>
</div>
</div>
</div>