Commit 768cb3b1 authored by chenshouchao's avatar chenshouchao

Merge branch 'feat-20221010-partition' into feat-20221012-environment

parents 628ec388 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