เพิ่มหน้าหลัก
This commit is contained in:
parent
0bea014ac4
commit
dc5d9f57b3
5 changed files with 36 additions and 14 deletions
|
|
@ -3,6 +3,28 @@
|
|||
|
||||
<!-- page:หน้าแรก -->
|
||||
<template>
|
||||
<div class="toptitle text-dark">คู่มือการใช้งานระบบ</div>
|
||||
<!--<div class="toptitle text-dark">คู่มือการใช้งานระบบ</div>-->
|
||||
<q-card
|
||||
flat
|
||||
bordered
|
||||
class="col-12 q-pa-md"
|
||||
style="border-radius: 8px"
|
||||
|
||||
>
|
||||
<q-img
|
||||
src="@/assets/manual/bg/bg1.jpg"
|
||||
style="
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
margin-top: 5px;
|
||||
border: 8px;
|
||||
|
||||
|
||||
"
|
||||
/>
|
||||
|
||||
</q-card>
|
||||
</template>
|
||||
|
||||
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue