mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-12 10:45:10 +08:00
fix(popconfirm): import missing popover.scss (#2207)
This commit is contained in:
parent
8206e34a66
commit
17a6ca4b5d
@ -1,5 +1,6 @@
|
||||
@import "mixins/mixins";
|
||||
@import "common/var";
|
||||
@import "popover";
|
||||
|
||||
@include b(popconfirm) {
|
||||
@include e(main) {
|
||||
@ -11,6 +12,6 @@
|
||||
}
|
||||
@include e(action) {
|
||||
text-align: right;
|
||||
margin: 0
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user