I tried the following:
30条回答 抹茶落季 (楼主) 2020-11-27 09:34 With Bootstrap 3, all that is required is a percentage value given to the modal-dialog via CSS CSS #alertModal .modal-dialog{ width: 20%; } 0 讨论(0) 查看其它30个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
With Bootstrap 3, all that is required is a percentage value given to the modal-dialog via CSS
#alertModal .modal-dialog{ width: 20%; }