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.
有没有办法使 Alertify Js 插件的对话框窗口居中?http://alertifyjs.com
我看到有一个名为位置的属性,但它不支持中心位置。
谢谢你们。
如果你修改css,你可以做到这一点:
.alertify .ajs-dialog { top: 50%; transform: translateY(-50%); margin: auto; }