เพิ่มหน้าหลัก
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> -->
|
</div> -->
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style>
|
<style scoped>
|
||||||
.circle-icon {
|
.circle-icon {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
|
|
||||||
|
|
@ -321,7 +321,7 @@ const text = ref("");
|
||||||
</div> -->
|
</div> -->
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style>
|
<style scoped>
|
||||||
.circle-icon {
|
.circle-icon {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
|
|
||||||
|
|
@ -17,16 +17,16 @@ const router = createRouter({
|
||||||
name: "home",
|
name: "home",
|
||||||
component: MainLayout,
|
component: MainLayout,
|
||||||
children: [
|
children: [
|
||||||
// {
|
{
|
||||||
// path: "/",
|
path: "/",
|
||||||
// name: "dashboard",
|
name: "dashboard",
|
||||||
// component: Dashboard,
|
component: Dashboard,
|
||||||
// meta: {
|
meta: {
|
||||||
// Auth: true,
|
Auth: true,
|
||||||
// Key: [7],
|
Key: [7],
|
||||||
// Role: "dashboard",
|
Role: "dashboard",
|
||||||
// },
|
},
|
||||||
// },
|
},
|
||||||
...ModuleManual,
|
...ModuleManual,
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,28 @@
|
||||||
|
|
||||||
<!-- page:หน้าแรก -->
|
<!-- page:หน้าแรก -->
|
||||||
<template>
|
<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