Compare commits

..

No commits in common. "72e0ff660eb093759682dedb66382b4e03ace257" and "24945d62bc57ed05cf0137af8a18d8cadb2cc102" have entirely different histories.

1 changed files with 10 additions and 5 deletions

View File

@ -1,17 +1,22 @@
<template>
<div class="CockpitPage">
<iframe class="iframeBox" src="http://172.16.1.130:81/sz/" id="suzhoudaping" frameborder="0"></iframe>
<!-- <div class="TopBox">
<h1>仓储可视化数据大屏</h1>
</div> -->
<iframe src="http://172.16.1.130:81/sz/" id="suzhoudaping" frameborder="0" style="width: 100%;height: 100%;"></iframe>
</div>
</template>
<style lang="less" scoped>
.CockpitPage {
width: 100%;
height: 100%;
.iframeBox {
width: 100%;
height: 100%;
.TopBox {
display: flex;
align-items: center;
justify-content: space-between;
}
}
</style>