增加二期菜单以及综合模式评估页面
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<!-- 底部导航栏:智能 -->
|
||||
<template>
|
||||
<navigation title="智能"/>
|
||||
<view class="contentBox">
|
||||
<ProjectOverView />
|
||||
</view>
|
||||
@@ -7,15 +8,11 @@
|
||||
|
||||
<script setup>
|
||||
import ProjectOverView from '../components/ProjectOverView.vue'
|
||||
import Navigation from '../components/Navigation.vue';
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.logo {
|
||||
height: 200rpx;
|
||||
|
||||
Reference in New Issue
Block a user