From 45ea05e6aa49f98616bd498723a1a0e51ae03144 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Thu, 24 Dec 2020 12:41:42 +0800 Subject: [PATCH] update Former-commit-id: 2e3717cd7ef9ca4a966910f723c183a427d69050 Former-commit-id: 4192a83c5d0250cb9a961bade56d0647ec2475e7 --- projects/IoT.Shared/wwwroot/css/site.css | 12 +++++++++- projects/Platform/Views/Home/Building.cshtml | 4 ++-- .../Platform/Views/Shared/Device/light.cshtml | 23 +++++++++++++++++++ .../Views/Shared/Device/socket.cshtml | 2 +- 4 files changed, 37 insertions(+), 4 deletions(-) create mode 100644 projects/Platform/Views/Shared/Device/light.cshtml diff --git a/projects/IoT.Shared/wwwroot/css/site.css b/projects/IoT.Shared/wwwroot/css/site.css index b6f634ea..7241bc54 100644 --- a/projects/IoT.Shared/wwwroot/css/site.css +++ b/projects/IoT.Shared/wwwroot/css/site.css @@ -104,8 +104,18 @@ img.pointer { cursor: pointer; height: 32px; width: 32px; - margin: 5px auto; + margin: 8px auto; } .card-body.device{ padding:10px; +} +.row.h48{ + height:48px; +} +p.h48{ + line-height:48px; + margin:0 auto; +} +.margin0auto{ + margin:0 auto; } \ No newline at end of file diff --git a/projects/Platform/Views/Home/Building.cshtml b/projects/Platform/Views/Home/Building.cshtml index adef4f1d..a4f551a6 100644 --- a/projects/Platform/Views/Home/Building.cshtml +++ b/projects/Platform/Views/Home/Building.cshtml @@ -82,13 +82,13 @@ @if (Model.Scenes.Any()) {
-
当前建筑场景
+
建筑场景