เพิ่มหน้าหลัก
This commit is contained in:
parent
0bea014ac4
commit
dc5d9f57b3
5 changed files with 36 additions and 14 deletions
BIN
src/assets/manual/bg/bg1.jpg
Normal file
BIN
src/assets/manual/bg/bg1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.6 MiB |
|
|
@ -288,7 +288,7 @@ const text = ref("");
|
|||
</div> -->
|
||||
</template>
|
||||
|
||||
<style>
|
||||
<style scoped>
|
||||
.circle-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
|
|
|||
|
|
@ -321,7 +321,7 @@ const text = ref("");
|
|||
</div> -->
|
||||
</template>
|
||||
|
||||
<style>
|
||||
<style scoped>
|
||||
.circle-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
|
|
|||
|
|
@ -17,16 +17,16 @@ const router = createRouter({
|
|||
name: "home",
|
||||
component: MainLayout,
|
||||
children: [
|
||||
// {
|
||||
// path: "/",
|
||||
// name: "dashboard",
|
||||
// component: Dashboard,
|
||||
// meta: {
|
||||
// Auth: true,
|
||||
// Key: [7],
|
||||
// Role: "dashboard",
|
||||
// },
|
||||
// },
|
||||
{
|
||||
path: "/",
|
||||
name: "dashboard",
|
||||
component: Dashboard,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [7],
|
||||
Role: "dashboard",
|
||||
},
|
||||
},
|
||||
...ModuleManual,
|
||||
],
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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