mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(message-box): fix miss overlay style when on demand import (#1494)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user