From ec5afc3257bab0439ef4de221d9591111bba0731 Mon Sep 17 00:00:00 2001 From: Shijun Sun <30999793+AllForNothing@users.noreply.github.com> Date: Thu, 16 Feb 2023 10:30:21 +0800 Subject: [PATCH] Display error message by defaul for event panel (#18226) Signed-off-by: AllForNothing --- .../components/operation/operation.component.css | 4 ---- .../components/operation/operation.component.html | 12 ++++++------ 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/portal/src/app/shared/components/operation/operation.component.css b/src/portal/src/app/shared/components/operation/operation.component.css index 5c4ec3849..eb13598cb 100644 --- a/src/portal/src/app/shared/components/operation/operation.component.css +++ b/src/portal/src/app/shared/components/operation/operation.component.css @@ -88,10 +88,6 @@ margin-top: 10px; } -.hidden-info { - display: none; -} - .margin-left-5 { margin-left: 5px; } diff --git a/src/portal/src/app/shared/components/operation/operation.component.html b/src/portal/src/app/shared/components/operation/operation.component.html index a589f7fce..b425daf71 100644 --- a/src/portal/src/app/shared/components/operation/operation.component.html +++ b/src/portal/src/app/shared/components/operation/operation.component.html @@ -79,7 +79,7 @@ }} {{ item.data.errorInf }} @@ -123,7 +123,7 @@ }} {{ list.data.errorInf }} @@ -183,7 +183,7 @@ }} {{ item.data.errorInf }} @@ -223,7 +223,7 @@ }} {{ list.data.errorInf }} @@ -283,7 +283,7 @@ }} {{ item.data.errorInf }} @@ -323,7 +323,7 @@ }} {{ list.data.errorInf }}