fix
This commit is contained in:
parent
ef0295d882
commit
aadf15bcde
4 changed files with 263 additions and 225 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue