Add different layouts, with default layout for starters
This commit is contained in:
parent
f93d6b5f71
commit
2193f5b482
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,3 @@
|
|||
<template>
|
||||
<router-view></router-view>
|
||||
</template>
|
||||
|
|
@ -135,7 +135,7 @@
|
|||
display: flex;
|
||||
justify-content: start;
|
||||
|
||||
& :first-child {
|
||||
& > :first-child {
|
||||
margin-right: 45px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue