fix(message-box): fix miss overlay style when on demand import (#1494)

This commit is contained in:
Ryan2128 2021-02-24 05:39:17 -06:00 committed by GitHub
parent c55e80a67d
commit adf4a93ac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
@import 'common/popup';
@import 'button';
@import 'input';
@import 'overlay';
@include b(message-box) {
display: inline-block;
@ -28,7 +29,7 @@
vertical-align: middle;
}
}
@include e(header) {
position: relative;