From be5cd659dd19c4f9ba5e00bb7a2906e9ed4df6f7 Mon Sep 17 00:00:00 2001
From: “dzb” <2632970487@qq.com>
Date: 星期二, 20 九月 2022 11:47:30 +0800
Subject: [PATCH] 添加分页功能
---
src/views/layout/components/Main/index.vue | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/views/layout/components/Main/index.vue b/src/views/layout/components/Main/index.vue
index 26fbaa5..3de4d9c 100644
--- a/src/views/layout/components/Main/index.vue
+++ b/src/views/layout/components/Main/index.vue
@@ -1,10 +1,10 @@
<template>
<el-main>
- <NavBar />
+ <!-- <NavBar /> -->
<div class="content">
<router-view></router-view>
<!-- 搴曢儴鍖哄煙 -->
- <MyFooter/>
+ <!-- <MyFooter/> -->
</div>
</el-main>
</template>
@@ -25,8 +25,7 @@
min-width: 1024px;
padding: 0;
.content {
- background-color: #f0f2f5;
- padding: 20px 40px;
+ padding: 11px;
}
}
</style>
--
Gitblit v1.8.0