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>
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -12,17 +24,6 @@
|
|||
</template>
|
||||
|
||||
<style>
|
||||
.card1{
|
||||
margin-top:15px;
|
||||
background-color:#F8F8F8;
|
||||
border-color: #EDEDED !important;
|
||||
}
|
||||
|
||||
.iconQA {
|
||||
color: #016987;
|
||||
font-size: 20px;
|
||||
margin-right: 1%;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
|
|
|||
|
|
@ -77,8 +77,8 @@ const click = () => {
|
|||
</div>
|
||||
<q-space></q-space>
|
||||
<div>
|
||||
<q-btn flat color="primary" label="หน้าแรก" @click="goHome"/>
|
||||
<q-btn color="white" text-color="black" label="ติดต่อเรา" @click="click()"/>
|
||||
<q-btn class="text-weight-medium" flat color="white" label="หน้าแรก" @click="goHome"/>
|
||||
<q-btn color="secondary" text-color="white" label="ติดต่อเรา" @click="click()"/>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
@ -100,8 +100,8 @@ const click = () => {
|
|||
</q-input>
|
||||
</div>
|
||||
<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"><q-separator color="grey-4" /></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">
|
||||
<div class="col-12 row q-col-gutter-lg">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue