From f0d47913c194ad3ea1f965aff964eeeca6e010ec Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Thu, 2 Jan 2020 15:16:45 +0800 Subject: [PATCH] update Former-commit-id: a80ef6a0f78b23fd4b626e394369424d4dd540dd --- projects/IoTCenter/wwwroot/index.html | 26 ++++++++++++++----- .../src/main/resources/static/css/app.css | 5 ++++ 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/projects/IoTCenter/wwwroot/index.html b/projects/IoTCenter/wwwroot/index.html index 74fc912c..ab8a97eb 100644 --- a/projects/IoTCenter/wwwroot/index.html +++ b/projects/IoTCenter/wwwroot/index.html @@ -8,24 +8,36 @@
- 2 +
+ + + + + +
- 3 +
+ + + + + +
- - + +

产品

- +

节点

- -

我的

+ +

场景

\ No newline at end of file diff --git a/projects/gateway/src/main/resources/static/css/app.css b/projects/gateway/src/main/resources/static/css/app.css index a5766e63..94ddb462 100644 --- a/projects/gateway/src/main/resources/static/css/app.css +++ b/projects/gateway/src/main/resources/static/css/app.css @@ -668,4 +668,9 @@ ul { .mint-datetime-action { color: #1aad19; +} +/*header*/ +.mint-header .ion{ + font-size:24px; + line-height:40px; } \ No newline at end of file