Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 jquery-confirm 3.2.0 作为确认框。确认框出现在屏幕中央。如何让它出现在屏幕顶部?
尝试以下代码,我发现他们使用以下 CSS 使其居中:
.jconfirm .jconfirm-cell { vertical-align: top; }
在新版本中也有option alignMiddle : false但不推荐使用 'alignMiddle' 方法。
option
alignMiddle : false