src/views/Home/Home.vue
@@ -1,9 +1,7 @@ <template> <div class="warp"> <HomeLeft></HomeLeft> <!-- <div>中间搜索</div> --> <HomeRight></HomeRight> </div> </template> <script> @@ -28,16 +26,4 @@ }; </script> <style scoped lang="scss"> .page-home { height: 100%; width: 100%; background-size: 100% 100%; background-repeat: no-repeat; font-family: YouSheBiaoTiHei, YouSheBiaoTiHei; position: relative; .warp { display: flex; justify-content: space-between; } } </style>