From 74bd83158b3a3e01494e2f904ba87d874dc85c65 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Wed, 22 Jul 2020 14:45:23 +0800 Subject: [PATCH] update Former-commit-id: 3f8c29dc02370f82b9393058de7d6d2e3fe849c0 Former-commit-id: d5d5d1284d6a656c8dabc3791273fbf3cfc9dfad --- projects/WebMVC/wwwroot/css/site.css | 7 +++++++ projects/WebMVC/wwwroot/router/admin/command/edit.html | 10 +++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/projects/WebMVC/wwwroot/css/site.css b/projects/WebMVC/wwwroot/css/site.css index a3ec4900..ce3b3303 100644 --- a/projects/WebMVC/wwwroot/css/site.css +++ b/projects/WebMVC/wwwroot/css/site.css @@ -13,4 +13,11 @@ .nav-treeview .nav-item{ padding-left:2em; +} +.field-validation-error { + line-height: 1em; +} +.field-validation-error::before { + font-family: 'Font Awesome 5 Free'; + content: "\f057"; } \ No newline at end of file diff --git a/projects/WebMVC/wwwroot/router/admin/command/edit.html b/projects/WebMVC/wwwroot/router/admin/command/edit.html index 99d55e01..4b13a466 100644 --- a/projects/WebMVC/wwwroot/router/admin/command/edit.html +++ b/projects/WebMVC/wwwroot/router/admin/command/edit.html @@ -34,7 +34,7 @@
- {{getPropertyErrors('displayOrder')}} + {{getPropertyErrors('displayOrder')}}
@@ -47,7 +47,7 @@
- {{getPropertyErrors('disabled')}} + {{getPropertyErrors('disabled')}}
@@ -60,7 +60,7 @@
- {{getPropertyErrors('nodeId')}} + {{getPropertyErrors('nodeId')}}
@@ -73,7 +73,7 @@
- {{getPropertyErrors('deviceId')}} + {{getPropertyErrors('deviceId')}}
@@ -86,7 +86,7 @@
- {{getPropertyErrors('apiId')}} + {{getPropertyErrors('apiId')}}