From 0a379251fabc6e46324e1275f2e7f23c952fc631 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Thu, 18 Apr 2019 09:34:27 +0800 Subject: [PATCH] =?UTF-8?q?webapp=E8=8A=82=E7=82=B9=E9=A1=B5=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/Demo/Demo/wwwroot/css/app.css | 2 +- projects/Demo/Demo/wwwroot/index.html | 209 +++++++++++++++++++++++-- 2 files changed, 201 insertions(+), 10 deletions(-) diff --git a/projects/Demo/Demo/wwwroot/css/app.css b/projects/Demo/Demo/wwwroot/css/app.css index 083e9d00..e8086b56 100644 --- a/projects/Demo/Demo/wwwroot/css/app.css +++ b/projects/Demo/Demo/wwwroot/css/app.css @@ -22,5 +22,5 @@ } .col{ text-align:center; - padding: 3px; + padding-top: 5px; } \ No newline at end of file diff --git a/projects/Demo/Demo/wwwroot/index.html b/projects/Demo/Demo/wwwroot/index.html index 3fa0fa55..58dcb988 100644 --- a/projects/Demo/Demo/wwwroot/index.html +++ b/projects/Demo/Demo/wwwroot/index.html @@ -161,7 +161,9 @@
- {{device.Name||device.DisplayName}} +
{{getData(device,"温度")}}
{{getData(device,"湿度")}}
@@ -175,6 +177,9 @@
{{getData(device,"粉尘")}}
+
+
未定义
+
@@ -184,7 +189,9 @@
- {{device.Name||device.DisplayName}} +
{{getData(device,"状态")}}
@@ -197,7 +204,9 @@
- {{device.Name||device.DisplayName}} +
{{getData(device,"计算机名")}}
@@ -210,7 +219,9 @@