fix(ui): widen CreateAccountModal to fix platform selector overflow

This commit is contained in:
shaw
2026-02-07 17:25:52 +08:00
parent 1439eb39a9
commit da9546ba24

View File

@@ -2,7 +2,7 @@
<BaseDialog <BaseDialog
:show="show" :show="show"
:title="t('admin.accounts.createAccount')" :title="t('admin.accounts.createAccount')"
width="normal" width="wide"
@close="handleClose" @close="handleClose"
> >
<!-- Step Indicator for OAuth accounts --> <!-- Step Indicator for OAuth accounts -->