Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Co-Authored-By: Snowball_233 <[email protected]>
  • Loading branch information
damesck233 and SnowballXueQiu committed Sep 9, 2024
1 parent 2ef8f0f commit d6f1d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(root)/backstage/components/Tools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function Tools() {
>
<Modal opened={openedModal} onClose={close} title="确认操作">
<Text>您确定要执行此操作吗?如果您正在编辑或批改问卷,建议先保存您的进度,以免丢失重要的修改内容。确保一切都已妥当后再继续操作哦!</Text>
<Group position="center" mt="md" w="100%">
<Group p="center" mt="md" w="100%">
<Button color="blue" onClick={handleConfirm}></Button>
<Button color="red" onClick={close}></Button>
</Group>
Expand Down

0 comments on commit d6f1d43

Please sign in to comment.