feat: 新首页的搭建
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="w-full h-screen bg-liner">
|
||||
<ChatMainList />
|
||||
<Home />
|
||||
</view>
|
||||
|
||||
<!-- 日历组件 -->
|
||||
@@ -29,6 +29,7 @@ import ChatMainList from "../ChatMain/ChatMainList/index.vue";
|
||||
import MoreService from "../ChatModule/MoreService/index.vue";
|
||||
import DrawerSection from "../DrawerSection/index.vue";
|
||||
import Calender from "@/components/Calender/index.vue";
|
||||
import Home from "../Home/index.vue";
|
||||
|
||||
const appStore = useAppStore();
|
||||
|
||||
@@ -83,4 +84,8 @@ onUnmounted(() => {
|
||||
});
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
<style lang="scss" scoped>
|
||||
.top {
|
||||
margin-top: 150px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user