mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-13 17:05:47 +08:00
fix(message-box): fix miss overlay style when on demand import (#1494)
This commit is contained in:
parent
c55e80a67d
commit
adf4a93ac4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user