大屏(首页概览):组件重构
This commit is contained in:
parent
aa2c318882
commit
3c3fa60a87
@ -5177,12 +5177,22 @@ img {
|
||||
.lgMapContent {
|
||||
text-align: left !important;
|
||||
}
|
||||
::-webkit-scrollbar{
|
||||
width: 2px;
|
||||
height: 4px;
|
||||
margin-top: 3px;
|
||||
color:#636364;
|
||||
}
|
||||
.pointTabBox {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-top: 30px;
|
||||
position: absolute;
|
||||
width:900px;
|
||||
height: 44px;
|
||||
overflow-x: auto;
|
||||
white-space: nowrap;
|
||||
top: 90%;
|
||||
left: 25%;
|
||||
li {
|
||||
|
||||
@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div class="environmentWatch">
|
||||
environmentWatch
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
|
||||
</style>
|
||||
15
src/views/projectAdmin/dataBoard/homePage/index.vue
Normal file
15
src/views/projectAdmin/dataBoard/homePage/index.vue
Normal file
@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div class="homePage">
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
|
||||
</style>
|
||||
15
src/views/projectAdmin/dataBoard/homePage/personOverview.vue
Normal file
15
src/views/projectAdmin/dataBoard/homePage/personOverview.vue
Normal file
@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div class="personOverview">
|
||||
personOverview
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
|
||||
</style>
|
||||
11
src/views/projectAdmin/dataBoard/homePage/projectInfo.vue
Normal file
11
src/views/projectAdmin/dataBoard/homePage/projectInfo.vue
Normal file
@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div class="projectInfo">projectInfo</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {};
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
|
||||
</style>>
|
||||
15
src/views/projectAdmin/dataBoard/homePage/qualityManage.vue
Normal file
15
src/views/projectAdmin/dataBoard/homePage/qualityManage.vue
Normal file
@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div class="qualityManage">
|
||||
qualityManage
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
|
||||
</style>
|
||||
15
src/views/projectAdmin/dataBoard/homePage/safeManage.vue
Normal file
15
src/views/projectAdmin/dataBoard/homePage/safeManage.vue
Normal file
@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div class="safeManage">
|
||||
safeManage
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
|
||||
</style>
|
||||
15
src/views/projectAdmin/dataBoard/homePage/smartDevices.vue
Normal file
15
src/views/projectAdmin/dataBoard/homePage/smartDevices.vue
Normal file
@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div class="smartDevices">
|
||||
smartDevices
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
|
||||
</style>
|
||||
Loading…
x
Reference in New Issue
Block a user