修复错误页样式

This commit is contained in:
whyour 2023-06-01 23:02:36 +08:00
parent f305d45225
commit 874b6e3a56

View File

@ -81,7 +81,7 @@ const Error = () => {
</Typography.Paragraph>
</div>
) : (
<PageLoading tip="启动中,请稍后..." />
<PageLoading style={{ paddingTop: 0 }} tip="启动中,请稍后..." />
)}
</div>
);