-
-
+
+
-
+
-
{{electricity}} kW‧h
-
{{power}} W
-

-

+

+
+
+
{{electricity}} kW‧h
+
+
{{power}} W
+
diff --git a/projects/WebMVC/wwwroot/components/iot/switch.html b/projects/WebMVC/wwwroot/components/iot/switch.html
index a0a351c4..4e8498a4 100644
--- a/projects/WebMVC/wwwroot/components/iot/switch.html
+++ b/projects/WebMVC/wwwroot/components/iot/switch.html
@@ -6,7 +6,7 @@
-
+
diff --git a/projects/WebMVC/wwwroot/components/iot/switch3.html b/projects/WebMVC/wwwroot/components/iot/switch3.html
index 5411c948..1800afe3 100644
--- a/projects/WebMVC/wwwroot/components/iot/switch3.html
+++ b/projects/WebMVC/wwwroot/components/iot/switch3.html
@@ -6,7 +6,7 @@
-
+
diff --git a/projects/WebMVC/wwwroot/css/site.css b/projects/WebMVC/wwwroot/css/site.css
index 1acbdf96..6d8da282 100644
--- a/projects/WebMVC/wwwroot/css/site.css
+++ b/projects/WebMVC/wwwroot/css/site.css
@@ -30,3 +30,6 @@ img.pointer {
height: 32px;
width: 32px;
}
+th{
+ white-space: nowrap;
+}
\ No newline at end of file
diff --git a/projects/WebMVC/wwwroot/js/config.js b/projects/WebMVC/wwwroot/js/config.js
index 9b578e32..2b2830b4 100644
--- a/projects/WebMVC/wwwroot/js/config.js
+++ b/projects/WebMVC/wwwroot/js/config.js
@@ -1,5 +1,5 @@
var config = {
- version: '1.0.0.20092901',
+ version: '1.0.0.20093001',
debug: window.location.search.indexOf('debug') > -1,
baseUrl: window.location.protocol + '//' + window.location.host,
uploadUrl: window.location.protocol + '//' + window.location.host + '/IoTCenter/File/Upload',