Commit 43cfd8b7 authored by chenshouchao's avatar chenshouchao

feat: 样式优化

parent 593b21c5
......@@ -20,7 +20,9 @@ const RemindBudgetDialog = observer((props: any) => {
};
const footerRender = () => {
return (
<DialogActions style={{ padding: "16px 24px 16px 24px" }}>
<DialogActions
style={{ padding: "16px 24px 16px 24px", justifyContent: "flex-end" }}
>
<MyButton
text="继续使用"
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