logo
This commit is contained in:
parent
55af162ec7
commit
1a2148e02d
@ -3,9 +3,26 @@ import { RouterView } from 'vue-router'
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
<div id="header">
|
||||||
|
<div id="logo">
|
||||||
|
<img src="./assets/logo.png" alt="logo"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<RouterView />
|
<RouterView />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped lang="scss">
|
||||||
|
#header {
|
||||||
|
display: flex;
|
||||||
|
flex-flow: row nowrap;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
|
margin: 5px 0 10px 0;
|
||||||
|
|
||||||
|
#logo {
|
||||||
|
img {
|
||||||
|
max-width: 300px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
BIN
frontend/wizard-vue/src/assets/logo.png
Normal file
BIN
frontend/wizard-vue/src/assets/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Loading…
x
Reference in New Issue
Block a user