This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-10-01 18:07:25 +07:00
parent ef0295d882
commit aadf15bcde
4 changed files with 263 additions and 225 deletions

View file

@ -59,18 +59,9 @@ function onClose() {
<q-card-section>
<q-card flat bordered>
<q-card-section>
<div
class="row"
style="
display: flex;
flex-direction: column;
align-items: flex-end;
"
>
<div class="row">
<div class="text-red">
*องใชบน Windows และตองตดต Agent
</div>
<div>
<a
href="https://linkagemgmt.bora.dopa.go.th/app/LinkageManagement-v1.11.0.zip"
>งกดาวนโหลด Agent</a
@ -82,6 +73,7 @@ function onClose() {
<!-- เสยบบตรประชาชนเขากบเครองอาน -->
<q-timeline-entry
title="เสียบบัตรประชาชนเข้ากับเครื่องอ่าน"
style="font-size: 12px"
:icon="
step === 1
? 'mdi-pencil'
@ -187,4 +179,9 @@ function onClose() {
</q-dialog>
</template>
<style lang="sass" scoped></style>
<style scoped>
:deep(.q-timeline__title) {
font-size: 15px; /* ปรับขนาดฟอนต์ตามที่ต้องการ */
font-weight: normal; /* หรือปรับน้ำหนักฟอนต์ */
}
</style>