feat: add contact banner
This commit is contained in:
parent
40506599d4
commit
13d541bc18
2 changed files with 17 additions and 1 deletions
|
|
@ -354,7 +354,14 @@ function onClose() {
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
|
|
||||||
<q-separator />
|
<q-separator />
|
||||||
<q-card-actions align="right">
|
<q-card-actions class="q-px-md items-center">
|
||||||
|
<div class="text-caption text-grey-8 q-pa-sm">
|
||||||
|
*พบปัญหาการใช้งานกรุณาติดต่อผู้ดูแลระบบ
|
||||||
|
<span class="text-weight-bold text-grey-8 q-ml-xs"
|
||||||
|
>088-264-9800</span
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
<q-space />
|
||||||
<q-btn
|
<q-btn
|
||||||
type="submit"
|
type="submit"
|
||||||
for="#submitForm"
|
for="#submitForm"
|
||||||
|
|
|
||||||
|
|
@ -765,6 +765,15 @@ watch(
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<router-view :key="$route.fullPath" />
|
<router-view :key="$route.fullPath" />
|
||||||
|
|
||||||
|
<!-- Footer Contact Info -->
|
||||||
|
<div class="row justify-center q-mt-sm">
|
||||||
|
<div class="text-caption text-grey-7 row items-center px-4" style="border-radius: 20px; background-color: #f1f5f9; ">
|
||||||
|
พบปัญหาการใช้งานกรุณาติดต่อผู้ดูแลระบบ
|
||||||
|
<q-icon name="mdi-phone" size="16px" class="q-mx-xs" />
|
||||||
|
<span class="text-weight-bold">088-264-9800</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</q-page>
|
</q-page>
|
||||||
</q-page-container>
|
</q-page-container>
|
||||||
</q-layout>
|
</q-layout>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue