no message
This commit is contained in:
parent
749c79dfd4
commit
3e90988832
2 changed files with 18 additions and 17 deletions
|
|
@ -1,9 +1,21 @@
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<div class="q-px-md q-py-sm text-subtitle1 text-white bg-primary text-weight-medium">
|
|
||||||
ติดต่อเรา
|
<div class="col-xs-10 col-md-8 row q-col-gutter-md">
|
||||||
|
<div class="col-12 row justify-center text-h6 text-dark">ระบบทรัพยากรบุคคล</div>
|
||||||
|
<div class="col-12">
|
||||||
|
<q-separator color="grey-4" /></div>
|
||||||
|
<div class="col-12">
|
||||||
|
<div class="col-12 row q-col-gutter-lg">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="q-px-md q-py-sm text-subtitle1 text-dark bg-grey-4 text-weight-medium">
|
||||||
|
ระบบหลัก
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -12,17 +24,6 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.card1{
|
|
||||||
margin-top:15px;
|
|
||||||
background-color:#F8F8F8;
|
|
||||||
border-color: #EDEDED !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.iconQA {
|
|
||||||
color: #016987;
|
|
||||||
font-size: 20px;
|
|
||||||
margin-right: 1%;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -77,8 +77,8 @@ const click = () => {
|
||||||
</div>
|
</div>
|
||||||
<q-space></q-space>
|
<q-space></q-space>
|
||||||
<div>
|
<div>
|
||||||
<q-btn flat color="primary" label="หน้าแรก" @click="goHome"/>
|
<q-btn class="text-weight-medium" flat color="white" label="หน้าแรก" @click="goHome"/>
|
||||||
<q-btn color="white" text-color="black" label="ติดต่อเรา" @click="click()"/>
|
<q-btn color="secondary" text-color="white" label="ติดต่อเรา" @click="click()"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -100,8 +100,8 @@ const click = () => {
|
||||||
</q-input>
|
</q-input>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-10 col-md-8 row q-col-gutter-md" style=" margin-top: 80px;" v-if="currentRouteName == ''">
|
<div class="col-xs-10 col-md-8 row q-col-gutter-md" style=" margin-top: 80px;" v-if="currentRouteName == ''">
|
||||||
<div class="col-12 row justify-center text-h6 text-dark">ระบบทรัพยากรบุคคล</div>
|
<div class="col-12 row justify-center text-h6 text-dark">ระบบทรัพยากรบุคคล</div>
|
||||||
<div class="col-12"><q-separator color="grey-4" /></div>
|
<div class="col-12"><q-separator color="grey-4" /></div>
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<div class="col-12 row q-col-gutter-lg">
|
<div class="col-12 row q-col-gutter-lg">
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue