whychdw
2019-07-04 2fd7f3bd0e10dd09f95dc2547a91df888b4217d7
修复下拉框显示bug
2个文件已修改
4 ■■■■ 已修改文件
src/views/home/DataHistory.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/home/data.vue 2 ●●● 补丁 | 查看 | 原始文档 | 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>