This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-12-17 13:34:25 +07:00
parent 141a7cbd31
commit 203dd33d1f

View file

@ -160,31 +160,33 @@ const cards = ref<any[]>([
</div>
<div class="row justify-center">
<div class="col-9">
<div class="col-9 q-pa-xl">
<q-toolbar style="padding: 0px">
<div class="row items-center q-px-md q-py-sm">
<div class="row items-center q-py-sm">
<q-img
src="https://bma-sso.frappet.synology.me/images/sso.png"
style="width: 80px"
/>
<div class="text-white q-ml-md">
<div class="text-white q-ml-md" v-if="$q.screen.md">
<div class="text-grey-5 text-caption">
Bangkok Metropolitan Administration
</div>
<div class="text-bold">Single Sign-On</div>
<div class="text-bold text-left">Single Sign-On</div>
</div>
</div>
<q-space />
<div class="row items-center">
<div class="text-white q-mr-md">{{ fullname }}</div>
<div class="row items-center q-col-gutter-md">
<div class="text-white">{{ fullname }}</div>
<div>
<q-btn @click="logout()" class="btn_logout">
ออกจากระบบ <i class="mdi mdi-logout"></i>
</q-btn>
</div>
</div>
</q-toolbar>
<!-- Title Section -->
<div class="text-white text-center q-mt-lg">
<div class="text-white text-center" style="margin-top: 30px">
<div class="text-h5 text-bold">
ระบบบรหารทรพยากรบคคลของกรงเทพมหานคร
</div>
@ -200,7 +202,9 @@ const cards = ref<any[]>([
<q-card
bordered
class="my-card"
:class="index % 2 === 0 ? 'my-card' : 'my-card card-right'"
:class="
$q.screen.gt.md ? (index % 2 === 0 ? '' : 'card-right') : ''
"
>
<q-img :src="card.img" />
@ -301,12 +305,11 @@ const cards = ref<any[]>([
background-color: rgba(255, 255, 255, 0.2);
cursor: pointer;
border: 0;
padding: 8px 10px 8px 10px;
border-radius: 50px;
color: #fff;
font-size: 16px;
font-weight: 400;
width: 250px;
}
.btn_logout:hover {
color: #fff;