feat(nc-gui): add active class to <a-modal/>

This commit is contained in:
Wing-Kam Wong
2022-11-29 20:13:16 +08:00
parent d232bbd8f6
commit 1231b0bfed
23 changed files with 43 additions and 3 deletions

View File

@@ -145,6 +145,7 @@ const emailField = (inputEl: typeof Input) => {
:footer="null"
centered
:visible="show"
:class="{ active: show }"
:closable="false"
width="max(50vw, 44rem)"
wrap-class-name="nc-modal-invite-user-and-share-base"