Commit 786d62bb authored by chenshouchao's avatar chenshouchao

Merge branch 'feat-20221010-partition' into 'release'

cn-feat: 样式优化

See merge request !139
parents 3ff93140 43cfd8b7
...@@ -20,7 +20,9 @@ const RemindBudgetDialog = observer((props: any) => { ...@@ -20,7 +20,9 @@ const RemindBudgetDialog = observer((props: any) => {
}; };
const footerRender = () => { const footerRender = () => {
return ( return (
<DialogActions style={{ padding: "16px 24px 16px 24px" }}> <DialogActions
style={{ padding: "16px 24px 16px 24px", justifyContent: "flex-end" }}
>
<MyButton <MyButton
text="继续使用" text="继续使用"
onClick={() => goToProjectSubmitWork(id)} onClick={() => goToProjectSubmitWork(id)}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment