Skip to main content

MODAL_OVERLAY_BASE

Constant MODAL_OVERLAY_BASE 

Source
const MODAL_OVERLAY_BASE: &str = "fixed inset-0 z-50 flex items-center justify-center bg-black/50 backdrop-blur-sm modal-overlay animate-modal-overlay-enter";
Expand description

弹窗遮罩基础类(不含内边距——不同弹窗尺寸的响应式内边距不同,经 overlay_padding 传入)。