fix(drawer): add modal false div class (#1932)

This commit is contained in:
Black 2021-05-06 19:35:29 +08:00 committed by GitHub
parent 48299068e6
commit 5844f9cd39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,7 @@ export default defineComponent({
: h(
'div',
{
class: props.overlayClass,
style: {
zIndex: props.zIndex,
position: 'fixed',