Update the style for operation-component (#19445)

1.Fixes #19399

Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
Shijun Sun 2023-10-17 09:29:23 +08:00 committed by GitHub
parent ec0ef1772c
commit 18b979576d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;}