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 @@