mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
new modal layout
This commit is contained in:
parent
d444568e00
commit
6178b3c301
1 changed files with 2 additions and 5 deletions
|
@ -1,12 +1,9 @@
|
|||
<template lang='pug'>
|
||||
el-container
|
||||
el-container#modal
|
||||
el-header
|
||||
el-row(:gutter='20')
|
||||
el-col(:span='12' :offset='6')
|
||||
el-card.mt-5
|
||||
h4(slot='header') <img src='/favicon.ico'/> {{$route.name}}
|
||||
h4(slot='header') <nuxt-link :to='"/"'><img src='/favicon.ico'/></nuxt-link> {{$route.name}}
|
||||
nuxt
|
||||
</template>
|
||||
<style lang="less">
|
||||
@import '../assets/style.less';
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue