用户中心框架基本完成

This commit is contained in:
2023-07-04 01:40:23 +08:00
parent 23d901a953
commit 9dff0ec56f
2 changed files with 38 additions and 3 deletions

View File

@@ -30,7 +30,7 @@
</el-aside>
<el-main style="display: flex;flex-direction: row;flex-wrap: nowrap;">
<template>
<div>
<div class="main">
<el-tabs v-model="activeName" type="border-card" style="width: 45vw;" @tab-click="tabChange">
<el-tab-pane label="最新" name="first">
<ul
@@ -118,7 +118,7 @@ HelloGitHub 是一个发现和分享有趣、入门级开源项目的平台。
总共:
</el-card>
</el-dialog>
<el-backtop target=".page-component__scroll .el-scrollbar__wrap"></el-backtop>
<el-backtop target=".main" :visibility-height="20" :right="10" :bottom="10"></el-backtop>
</el-main>
</el-container>
</template>