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

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;