This is an automated email from the ASF dual-hosted git repository.
shuai pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/answer.git
The following commit(s) were added to refs/heads/test by this push:
new e61e7f16 fix: adjustmet toast sotres style
e61e7f16 is described below
commit e61e7f16645791bc6c1b4c022ef546d93f6f5d07
Author: shuai <[email protected]>
AuthorDate: Mon Mar 17 14:44:41 2025 +0800
fix: adjustmet toast sotres style
---
ui/src/components/Toast/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/src/components/Toast/index.tsx
b/ui/src/components/Toast/index.tsx
index d71993ee..5106048e 100644
--- a/ui/src/components/Toast/index.tsx
+++ b/ui/src/components/Toast/index.tsx
@@ -35,7 +35,7 @@ const Index: FC<IProps> = ({ msg, variant = 'warning',
onClose }) => {
className="d-flex justify-content-center"
style={{
position: 'fixed',
- top: '90px',
+ top: '78px',
left: 0,
right: 0,
margin: 'auto',