智慧农业大数据平台
1
shuishen
2022-07-01 735ebc6833575ee87ae8f81289af8acb4dcfe682
1
1 files modified
22 ■■■■ changed files
src/views/weather/index.vue 22 ●●●● patch | view | raw | blame | history
src/views/weather/index.vue
@@ -7,9 +7,7 @@
 */
<template>
    <div class="container">
        <div class="popup">
            <img src="/img/qx.png" alt />
        </div>
        <iframe src="http://platform.kingweather.cn/Kingts_Powers/#/app/temp" frameborder="0"></iframe>
        <!-- <div class="l-box"></div>
        <div class="c-box"></div>
        <div class="r-box"></div>-->
@@ -31,21 +29,11 @@
    height: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    background: #020d29;
    .popup {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        // width: 100%;
        // height: 100%;
        img {
            width: 100%;
            height: 100%;
        }
    iframe {
        width: 100%;
        height: 100%;
    }
    // & > div {