.popconfirm-modal-warp .popconfirm-modal-body {
  min-width: 220px;
  margin-bottom: 12px;
}
.popconfirm-modal-warp .popconfirm-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.popconfirm-modal-mask {
  position: fixed;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: rgba(0, 0, 0, 0.2);
}
.popconfirm-modal-mask.hide,
.popconfirm-modal-mask.close {
  position: relative;
  height: 0;
}
