From 18b979576d904557c6f64674a19846fee30ed991 Mon Sep 17 00:00:00 2001 From: Shijun Sun <30999793+AllForNothing@users.noreply.github.com> Date: Tue, 17 Oct 2023 09:29:23 +0800 Subject: [PATCH] Update the style for operation-component (#19445) 1.Fixes #19399 Signed-off-by: AllForNothing --- .../app/shared/components/operation/operation.component.css | 4 ++-- 1 file changed, 2 insertions(+), 2 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 eb13598cb8..3f9667d7d6 100644 --- a/src/portal/src/app/shared/components/operation/operation.component.css +++ b/src/portal/src/app/shared/components/operation/operation.component.css @@ -1,6 +1,5 @@ /* side form */ .side-form { - position: absolute; width: 325px; height: 100%; left:28px; @@ -22,7 +21,7 @@ position: fixed; top: 60px; z-index: 600; - width: 350px; + width: 325px; bottom: 0 } @@ -41,6 +40,7 @@ cursor: pointer; text-align: left; text-decoration: none; + left: -25px; } .freshIcon{float: right; margin-right: 20px; margin-top: -10px;cursor: pointer;}