21 changed files with 261 additions and 169 deletions
After Width: | Height: | Size: 369 KiB |
@ -0,0 +1,42 @@ |
|||||
|
<template> |
||||
|
<div class='comp_box'> |
||||
|
<img src="./img.png" /> |
||||
|
</div> |
||||
|
</template> |
||||
|
|
||||
|
<script> |
||||
|
|
||||
|
export default { |
||||
|
name: 'InDevelopment', |
||||
|
components: { |
||||
|
}, |
||||
|
props: { |
||||
|
text: { |
||||
|
type: String, |
||||
|
default: "暂无数据" |
||||
|
} |
||||
|
}, |
||||
|
mounted() { |
||||
|
} |
||||
|
} |
||||
|
</script> |
||||
|
|
||||
|
<style lang='scss' scoped> |
||||
|
.comp_box { |
||||
|
// padding-top:160px; |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
color: #8A9EAA; |
||||
|
display: flex; |
||||
|
justify-content: center; |
||||
|
align-items: center; |
||||
|
position: relative; |
||||
|
img { |
||||
|
position: absolute; |
||||
|
left: 0; |
||||
|
top: 0; |
||||
|
bottom: 0; |
||||
|
right: 0; |
||||
|
} |
||||
|
} |
||||
|
</style> |
After Width: | Height: | Size: 496 KiB |
@ -0,0 +1,42 @@ |
|||||
|
<template> |
||||
|
<div class='comp_box'> |
||||
|
<img src="./img.png" /> |
||||
|
</div> |
||||
|
</template> |
||||
|
|
||||
|
<script> |
||||
|
|
||||
|
export default { |
||||
|
name: 'InDevelopment', |
||||
|
components: { |
||||
|
}, |
||||
|
props:{ |
||||
|
text:{ |
||||
|
type:String, |
||||
|
default:"暂无数据" |
||||
|
} |
||||
|
}, |
||||
|
mounted() { |
||||
|
} |
||||
|
} |
||||
|
</script> |
||||
|
|
||||
|
<style lang='scss' scoped> |
||||
|
.comp_box { |
||||
|
// padding-top:160px; |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
color: #8A9EAA; |
||||
|
display: flex; |
||||
|
justify-content: center; |
||||
|
align-items: center; |
||||
|
position: relative; |
||||
|
img{ |
||||
|
position: absolute; |
||||
|
left: 0; |
||||
|
top:0; |
||||
|
bottom: 0; |
||||
|
right: 0; |
||||
|
} |
||||
|
} |
||||
|
</style> |
@ -0,0 +1,39 @@ |
|||||
|
<template> |
||||
|
<div class='comp_box'> |
||||
|
<iframe class="iframe" src="http://10.168.56.206:8888/alarm-ui/single?u=pDo/guSkRP8=&p=u4johJJOFTyugiay04vYxQ==&t=za4NgrFfeTdF76uSUrhJuA==&route=/warning/QRCode" frameborder="0"></iframe> |
||||
|
</div> |
||||
|
</template> |
||||
|
|
||||
|
<script> |
||||
|
|
||||
|
export default { |
||||
|
name: 'InDevelopment', |
||||
|
components: { |
||||
|
}, |
||||
|
props:{ |
||||
|
text:{ |
||||
|
type:String, |
||||
|
default:"暂无数据" |
||||
|
} |
||||
|
}, |
||||
|
mounted() { |
||||
|
} |
||||
|
} |
||||
|
</script> |
||||
|
|
||||
|
<style lang='scss' scoped> |
||||
|
.comp_box { |
||||
|
// padding-top:160px; |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
color: #8A9EAA; |
||||
|
display: flex; |
||||
|
justify-content: center; |
||||
|
align-items: center; |
||||
|
position: relative; |
||||
|
.iframe { |
||||
|
position: absolute; |
||||
|
left: 0; top:0; width: 100%; height: 100%; |
||||
|
} |
||||
|
} |
||||
|
</style> |
Loading…
Reference in new issue