[fix]:[FL-58][放大操作成功失败提示消息]

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
chengkai3
2026-06-09 07:55:41 +08:00
parent 43c72f40b0
commit b7fd88a034
2 changed files with 23 additions and 2 deletions
+17
View File
@@ -178,15 +178,32 @@ body {
}
.ant-message .ant-message-notice-wrapper {
margin-bottom: 12px;
padding-inline: 0;
text-align: end;
}
.ant-message .ant-message-notice-content {
max-width: min(420px, calc(100vw - 32px));
border: 1px solid color-mix(in srgb, var(--ant-color-border-secondary) 72%, transparent);
border-radius: 14px;
box-shadow: 0 18px 40px color-mix(in srgb, var(--gray-12) 18%, transparent);
font-size: 15px;
font-weight: 600;
line-height: 1.6;
text-align: start;
}
.ant-message .ant-message-custom-content {
align-items: flex-start;
gap: 10px;
}
.ant-message .ant-message-custom-content > .anticon {
margin-top: 2px;
font-size: 18px;
}
@media (max-width: 767px) {
.admin-design-header {
padding-inline: 16px !important;
+6 -2
View File
@@ -543,6 +543,10 @@ export function Theme({
Table: {
headerBg: visualTokens.tableHeaderBg,
},
Message: {
contentBg: visualTokens.shellBg,
contentPadding: "14px 18px",
},
},
}),
[radius, resolvedAccentColor, themeAlgorithm, visualTokens],
@@ -567,8 +571,8 @@ export function Theme({
<ConfigProvider locale={zhCN} theme={themeConfig}>
<AntApp
message={{
top: 20,
duration: 3,
top: 24,
duration: 3.5,
}}
>
<ThemeCssVarsScope>{children}</ThemeCssVarsScope>