Skip to content

Commit

Permalink
fix: center upload model
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Aug 14, 2024
1 parent e56d56e commit a1b2930
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Upload/src/components/UploadModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
class="upload-modal"
:okButtonProps="getOkButtonProps"
:cancelButtonProps="{ disabled: isUploadingRef }"
:centered="true"
>
<template #centerFooter>
<a-button
Expand Down

0 comments on commit a1b2930

Please sign in to comment.