style: change font size (smaller)
This commit is contained in:
parent
52217ccd5f
commit
fc793ca6e0
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue