Compare commits
No commits in common. '7bca8317d56767c50dd1491c2e4ee40803224b65' and '702110e6c5c91da508fc1fa69733a1537925724f' have entirely different histories.
7bca8317d5
...
702110e6c5
@ -1,20 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div class="common-layout">
|
|
||||||
<el-container>
|
|
||||||
<el-header>
|
|
||||||
<Header />
|
|
||||||
</el-header>
|
|
||||||
<el-main>
|
|
||||||
<div class="flex flex-col items-center justify-center">
|
|
||||||
<slot />
|
|
||||||
</div>
|
|
||||||
</el-main>
|
|
||||||
</el-container>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
.el-header {
|
|
||||||
--el-header-padding: 0;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
Loading…
Reference in New Issue