Commit bf641e24 authored by Kittisak Maneewong's avatar Kittisak Maneewong

Edit Topbar

parent 39937d47
This diff is collapsed.
<template>
<v-toolbar absolute flat color="white" app v-if="page == 'app'">
<!-- <v-toolbar-title><img src="../../../public/img/logotab.png"></v-toolbar-title> -->
<v-spacer></v-spacer>
<v-btn dark color="success" class="elevation-0" @click="$router.push('/employer/login')">สำหรับผู้ประกอบการ</v-btn>
<v-divider inset vertical></v-divider>
<v-btn round small outline color="success">
<v-icon>person</v-icon> เข้าสู่ระบบ / สมัครสมาชิก
</v-btn>
</v-toolbar>
<v-toolbar absolute flat color="success" dark app v-else>
<v-toolbar-title>Cooperative Search</v-toolbar-title>
</v-toolbar>
<div>
<v-toolbar flat color="white" height="40">
<v-spacer></v-spacer>
<v-btn small="" dark color="deep-orange darken-4" class="elevation-0" @click="$router.push('/employer/login')">สำหรับผู้ประกอบการ</v-btn>
<v-divider inset vertical></v-divider>
<v-btn round small outline color="deep-orange darken-4">
<v-icon>person</v-icon> เข้าสู่ระบบ / สมัครสมาชิก
</v-btn>
</v-toolbar>
<v-toolbar flat color="white" v-if="page == 'app'" >
<!-- <v-toolbar-title><img src="../../../public/img/logotab.png"></v-toolbar-title> -->
<v-spacer></v-spacer>
</v-toolbar>
</div>
</template>
<script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment