mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
17 lines
267 B
SCSS
17 lines
267 B
SCSS
@use 'mixins/mixins' as *;
|
|
@use 'common/var' as *;
|
|
|
|
@include b(popconfirm) {
|
|
@include e(main) {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
@include e(icon) {
|
|
margin-right: 5px;
|
|
}
|
|
@include e(action) {
|
|
text-align: right;
|
|
margin-top: 8px;
|
|
}
|
|
}
|