Skip to main content

TOOLTIP_STYLE

Constant TOOLTIP_STYLE 

Source
const TOOLTIP_STYLE: &str = "pointer-events-none absolute px-3 py-1.5 text-xs font-medium whitespace-nowrap rounded-lg opacity-0 group-hover/tooltip:opacity-100 transition-opacity duration-200 bg-paper-primary text-paper-theme shadow-lg z-50";
Expand description

Tooltip 基础样式(胶囊:黑底白字,hover 显现)。水平定位由调用方经 align 选择, 不在此处写死居中——触发器贴容器边缘时居中会让 tooltip 溢出被 overflow-hidden 裁掉。