Commit 01b06e40 authored by Kittisak Maneewong's avatar Kittisak Maneewong

Edit login to account

parent e66bc7df
public/img/logo.png

144 KB | W: | H:

public/img/logo.png

130 KB | W: | H:

public/img/logo.png
public/img/logo.png
public/img/logo.png
public/img/logo.png
  • 2-up
  • Swipe
  • Onion skin
This diff is collapsed.
<template>
<div>
<v-layout row wrap white>
<v-flex xs12 sm10 offset-sm1>
<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>
......@@ -8,11 +10,19 @@
<v-icon>person</v-icon> เข้าสู่ระบบ / สมัครสมาชิก
</v-btn>
</v-toolbar>
</v-flex>
</v-layout>
<v-layout row wrap white>
<v-flex xs12 sm10 offset-sm1>
<v-toolbar flat color="white" v-if="page == 'app'" >
<!-- <v-toolbar-title><img src="../../../public/img/logotab.png"></v-toolbar-title> -->
<v-toolbar-title>
<!-- <img src="../../../public/img/logo.png" class="my-2" width="80"> -->
</v-toolbar-title>
<v-spacer></v-spacer>
</v-toolbar>
</v-flex>
</v-layout>
</div>
</template>
......@@ -21,4 +31,3 @@ export default {
props: ['page']
}
</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