From bb2db44782d46c9f6566619b69de0ff13f15daa7 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Tue, 26 Nov 2019 14:55:09 +0800 Subject: [PATCH] 1.0.0-rc.105 Former-commit-id: ce9646396a64f465900c49af3732704ec57dd5bd --- projects/Infrastructure/wwwroot/css/site.css | 2 +- projects/IoTCenter/Views/Home/Device.cshtml | 16 ++++++++++- projects/IoTCenter/Views/Home/Node.cshtml | 2 +- projects/IoTCenter/appsettings.json | 2 +- .../StreamingAssets/wwwroot/device.html | 12 +++++++- .../Assets/StreamingAssets/wwwroot/js/page.js | 2 +- .../Assets/StreamingAssets/wwwroot/node.html | 2 +- .../IoTClient/iotclient.apk.REMOVED.git-id | 2 +- .../FBee/Controllers/IrController.cs | 28 ++++++++++++++++++- .../DeviceServices/FBee/FBeeService.cs | 24 ++++++++++++++-- projects/IoTNode/Startup.cs | 4 +-- projects/IoTNode/appsettings.json | 2 +- 12 files changed, 83 insertions(+), 15 deletions(-) diff --git a/projects/Infrastructure/wwwroot/css/site.css b/projects/Infrastructure/wwwroot/css/site.css index 8dce51d3..1a1218ea 100644 --- a/projects/Infrastructure/wwwroot/css/site.css +++ b/projects/Infrastructure/wwwroot/css/site.css @@ -48,7 +48,7 @@ border-radius: 5px; } /**/ -.fancybox img.thumbnail, td .fancybox img { +.fancybox img.thumbnail, td .fancybox img, .form-control .fancybox img { max-width: 30px; max-height: 30px; } diff --git a/projects/IoTCenter/Views/Home/Device.cshtml b/projects/IoTCenter/Views/Home/Device.cshtml index 3e32eb83..ac6a1e93 100644 --- a/projects/IoTCenter/Views/Home/Device.cshtml +++ b/projects/IoTCenter/Views/Home/Device.cshtml @@ -308,7 +308,7 @@
@@ -461,6 +461,20 @@ +