Style fix
This commit is contained in:
@@ -33,7 +33,10 @@ const Page: React.FC<DispatchProp & CheckModelState> = ({
|
||||
|
||||
if (pageState === PageState.Failure) {
|
||||
return (
|
||||
<div onClick={() => dispatch({ type: 'check/load' })}>加载失败,点击重新加载</div>
|
||||
<div
|
||||
onClick={() => dispatch({ type: 'check/load' })}
|
||||
className={styles.error}
|
||||
>{formatMessage({ id: 'app.error' })}</div>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user