Bootbox:对话框宽度问题

时间:2018-12-19 08:59:09

标签: angularjs bootbox

我有一个启动箱:

bootbox.prompt({
    title: "Commentaire présentation",
    inputType: 'textarea',
    className: "mediumBootbox",
    value :suivi.commentaireEstimation,
    callback: function (result) {
        ...
    }
});

及其CSS:

.mediumBootbox {
    margin: 0 auto;
    width: 1000px;
}

问题在于,即使我将对话框的宽度设置为1000px,对话框的宽度也不会超过600px。

这正常吗?

0 个答案:

没有答案