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.
我正在使用 Bootbox 为我的 Web 应用程序创建一个看起来更漂亮的警报对话框。是否可以将警报对话框上的文本居中对齐?
您可以将此样式添加到您的 css 中:
.modal-body { text-align: center; }
小提琴