From 728311a10fb825369cd4ad141af203de4d668e8f Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期四, 27 三月 2025 17:28:03 +0800 Subject: [PATCH] fix:对接生态流量数据 --- index.html | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index b031c4f..8fb942e 100644 --- a/index.html +++ b/index.html @@ -5,17 +5,18 @@ <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="renderer" content="webkit"> - <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" href="/favicon.ico"> <title>金川水电站生态流量监测系统</title> <!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]--> + <style> html, body, #app { height: 100%; - margin: 0px; - padding: 0px; + margin: 0; + padding: 0; } .chromeframe { -- Gitblit v1.9.3