2019-08-13 15:27:11 +08:00
|
|
|
@import './mixins/mixins.scss';
|
2020-02-11 14:44:29 +08:00
|
|
|
|
2019-08-13 15:27:11 +08:00
|
|
|
@include b(popconfirm-content) {
|
2020-03-12 21:32:47 +08:00
|
|
|
padding: 4px 0;
|
2019-12-09 15:12:53 +08:00
|
|
|
@include m(no-icon) {
|
|
|
|
@include e(body) {
|
2019-08-13 15:27:11 +08:00
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
}
|
2019-12-09 15:12:53 +08:00
|
|
|
@include e(body) {
|
2019-08-13 15:27:11 +08:00
|
|
|
font-size: 13px;
|
|
|
|
white-space: nowrap;
|
|
|
|
padding-left: 22px;
|
|
|
|
position: relative;
|
2019-12-09 15:12:53 +08:00
|
|
|
@include b(icon) {
|
2019-08-13 15:27:11 +08:00
|
|
|
position: absolute;
|
|
|
|
font-size: 18px;
|
|
|
|
left: 0;
|
2019-12-09 15:12:53 +08:00
|
|
|
top: 0;
|
2019-08-13 15:27:11 +08:00
|
|
|
}
|
|
|
|
}
|
2019-12-09 15:12:53 +08:00
|
|
|
@include e(action) {
|
2019-08-13 15:27:11 +08:00
|
|
|
margin-top: 14px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
2019-12-09 15:12:53 +08:00
|
|
|
@include b(button) {
|
2019-08-13 15:27:11 +08:00
|
|
|
margin-right: 12px;
|
2019-12-09 15:12:53 +08:00
|
|
|
&:last-child {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2019-08-13 15:27:11 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|