new modal layout
This commit is contained in:
@@ -1,12 +1,9 @@
|
|||||||
<template lang='pug'>
|
<template lang='pug'>
|
||||||
el-container
|
el-container#modal
|
||||||
el-header
|
el-header
|
||||||
el-row(:gutter='20')
|
el-row(:gutter='20')
|
||||||
el-col(:span='12' :offset='6')
|
el-col(:span='12' :offset='6')
|
||||||
el-card.mt-5
|
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
|
nuxt
|
||||||
</template>
|
</template>
|
||||||
<style lang="less">
|
|
||||||
@import '../assets/style.less';
|
|
||||||
</style>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user