feat(projects): 菜单数据及组件接入

This commit is contained in:
Soybean
2021-09-15 07:35:38 +08:00
parent 57e00e6417
commit 3226a724be
25 changed files with 361 additions and 95 deletions

View File

@ -1,6 +1,5 @@
<template>
<div class="relative flex-center w-full h-full bg-[#DBE0F9]">
<login-bg />
<div class="w-400px p-40px bg-white rounded-20px z-10">
<header class="flex-y-center justify-between">
<div class="w-70px h-70px rounded-35px overflow-hidden">
@ -15,6 +14,7 @@
</div>
</main>
</div>
<login-bg />
</div>
</template>