ปรับ UI

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-12-25 15:44:45 +07:00
parent 829426cc1e
commit cfa81af1c2

View file

@ -214,10 +214,12 @@ onMounted(async () => {
<q-img src="@/assets/sso.png" style="width: 80px" />
<div class="text-white q-ml-md" v-if="$q.screen.gt.md">
<div class="text-grey-5 text-caption">
Bangkok Metropolitan Administration
<div class="text-grey-5 text-caption text-left">
ระบบบรหารทรพยากรบคคลของกรงเทพมหานคร
</div>
<div class="text-bold text-caption">
Human Resource Management System (HRMS)
</div>
<div class="text-bold text-left">Single Sign-On</div>
</div>
</div>
<q-space />
@ -238,7 +240,11 @@ onMounted(async () => {
</q-toolbar>
<!-- Title Section -->
<div class="text-white text-center" style="margin-top: 80px">
<div
class="text-white text-center"
style="margin-top: 80px"
v-if="!$q.screen.gt.sm"
>
<div class="text-bold" :class="!$q.screen.gt.sm ? '' : 'text-h5'">
ระบบบรหารทรพยากรบคคลของกรงเทพมหานคร
</div>
@ -249,6 +255,7 @@ onMounted(async () => {
<!-- Card Section -->
<div
:style="$q.screen.gt.sm ? 'margin-top: 200px' : ''"
class="q-mt-xl"
:class="!$q.screen.gt.md ? 'row justify-center' : ''"
>