src/views/home/DataHistory.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/home/data.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/home/DataHistory.vue
@@ -1,5 +1,5 @@ <template> <div class="page-container"> <div> <Card> <Breadcrumb> <BreadcrumbItem>历史数据</BreadcrumbItem> src/views/home/data.vue
@@ -8,7 +8,7 @@ @on-select-change="searchDeviceInfo"></Tree> </div> <div slot="right" class="demo-split-pane" style="height: 100%; overflow-y: auto"> <router-view :key="routerKey"></router-view> <router-view :key="routerKey" style="padding: 16px;"></router-view> </div> </Split> </div>