style: change font size (smaller)

This commit is contained in:
oat 2023-12-06 15:41:51 +07:00
parent 52217ccd5f
commit fc793ca6e0

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>