整体界面完成
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
</fd-card>
|
||||
</div>
|
||||
<div class="center fill relative">
|
||||
<div ref="map" class="w100 h100"/>
|
||||
<fd-map class="w100 h100"/>
|
||||
<fd-card class="centerBottom pad-b8" label="实时动态">
|
||||
<dv-scroll-board class="mar-t14" :config="realtimeEvents" style="height: 228px"/>
|
||||
</fd-card>
|
||||
@@ -113,11 +113,12 @@ import AiInfoItem from "dui/packages/basic/AiInfoItem.vue";
|
||||
import AiWrapper from "dui/packages/basic/AiWrapper.vue";
|
||||
import Vue from "vue";
|
||||
import {scrollBoard} from "@jiaminghi/data-view"
|
||||
import FdMap from "./components/fdMap.vue";
|
||||
|
||||
export default {
|
||||
name: "AppBIBoard",
|
||||
label: "丰都指挥舱",
|
||||
components: {AiWrapper, AiInfoItem, AiHighlight, AiEchart, FdCard, FengduHead, AiFitView},
|
||||
components: {FdMap, AiWrapper, AiInfoItem, AiHighlight, AiEchart, FdCard, FengduHead, AiFitView},
|
||||
props: {
|
||||
instance: Function,
|
||||
dict: Object
|
||||
|
||||
Reference in New Issue
Block a user