gpt4 book ai didi

css - 在对话框中居中标题和按钮

转载 作者:太空宇宙 更新时间:2023-11-04 13:09:12 24 4
gpt4 key购买 nike

http://jsfiddle.net/kKT2V/

$(document).ready(function () {
$('#te').dialog({
title: 'saved',
modal: true,
resizable: false,
draggable: false,
closeOnEscape: false,
width: 500,

buttons: [{
text: "Unpause",
click: function () {
$(this).dialog("close");

}

}]


});

clearInterval(interval);

});

此警报有一个标题和一个按钮。有没有办法改变他们的立场?例如,我想将它们居中。

最佳答案

http://jsfiddle.net/isherwood/kKT2V/2

.ui-dialog-titlebar, .ui-dialog-buttonset {
text-align: center;
float: none !important;
}

浏览器的文档检查器是您的 friend 。

关于css - 在对话框中居中标题和按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24811556/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com