From 735ebc6833575ee87ae8f81289af8acb4dcfe682 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 01 Jul 2022 12:17:24 +0800
Subject: [PATCH] 1
---
src/views/weather/index.vue | 22 +++++-----------------
1 files changed, 5 insertions(+), 17 deletions(-)
diff --git a/src/views/weather/index.vue b/src/views/weather/index.vue
index 4b5f79d..d40e26b 100644
--- a/src/views/weather/index.vue
+++ b/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 {
--
Gitblit v1.9.3