chore: add worker guide
This commit is contained in:
@@ -26,7 +26,7 @@ const ErrorResult: React.FC<ErrorResultProps> = ({ extra }) => {
|
||||
const intl = useIntl();
|
||||
return (
|
||||
<Result
|
||||
status="error"
|
||||
status="warning"
|
||||
title={
|
||||
isChunkLoadError(extra)
|
||||
? intl.formatMessage({ id: 'common.page.refresh.tips' })
|
||||
|
||||
@@ -41,10 +41,8 @@ const useStyles = createStyles(({ css, token }) => {
|
||||
gap: 8px;
|
||||
cursor: pointer;
|
||||
padding: var(--ant-padding-xs) var(--ant-padding);
|
||||
line-height: var(--ant-menu-group-title-line-height);
|
||||
font-size: 12px;
|
||||
padding-bottom: 4px;
|
||||
color: var(--ant-color-text-secondary);
|
||||
overflow: hidden;
|
||||
height: 30px;
|
||||
transtion: all var(--ant-motion-duration-slow);
|
||||
@@ -61,7 +59,7 @@ const useStyles = createStyles(({ css, token }) => {
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
font-size: 12px;
|
||||
color: var(--ant-color-text-secondary);
|
||||
color: var(--ant-color-text-tertiary);
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user