This commit is contained in:
A1300399510
2023-07-13 18:05:06 +08:00
parent a626223e64
commit c051c60e7e
7 changed files with 6 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 KiB

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -18,6 +18,7 @@ import {
ElBadge,
ElDropdown,
ElPopover,
ElDatePicker,
// 其他需要的组件
} from 'element-plus'
@@ -59,6 +60,7 @@ app.use(ElCarouselItem)
app.use(ElBadge)
app.use(ElDropdown)
app.use(ElPopover)
app.use(ElDatePicker)
app.use(store).use(router).use(Axios).mount('#app')

View File

@@ -6,7 +6,8 @@ const routes = [
{
path: '/',
name: 'home',
component: HomeView,
// component: HomeView,
component: () => import(/* webpackChunkName: "HomeView" */ '../views/HomeView.vue'),
meta: {
title: "首页"
}

View File

@@ -2708,8 +2708,6 @@ export default {
}
.residential-area {
// position: absolute;
// top: 58px;
width: 640px;
height: 500px;
background-color: rgba(255, 255, 255, 1);