.modal {
  &-header {
    /**
      * 对话框顶部区域，用于对话框目标组件内使用
      * The header of the modal for for use in modal target components
      */
     margin: unset;
  }
  &-footer {
    /**
      * 对话框底部区域，用于对话框目标组件内使用
      * The footer of the modal for for use in modal target components
      */
    margin: unset;
  }
}
