เพิ่มหน้าหลัก

This commit is contained in:
kanyarat2001 2023-11-09 10:01:49 +07:00
parent 0bea014ac4
commit dc5d9f57b3
5 changed files with 36 additions and 14 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 MiB

View file

@ -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;

View file

@ -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;

View file

@ -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,
], ],
}, },

View file

@ -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>