gpt4 book ai didi

jQuery 对话框按钮定位

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

我试图在 jQuery 对话框中放置 2 个按钮。在我的默认设置中,按钮在彼此之上初始化。我需要它们并排。

有人对这个问题有经验吗?

这里是我的初始化选项:

var dialogOpts = {
modal: true,
buttons: {
"OK": function () {
if (window.currentNodeValue != null) {
//Not interesting
} else {
//Not interesting
}

},
"Abbrechen": function () {
//Not interesting
}
},
width: 500,
height: 600,
autoOpen: false,
resizable: false
};

最佳答案

可能有一些类似的原因,但最有可能的是您网站的 CSS 将 button 元素的默认 display 样式设置为 block。尝试通过 Firebug 将其手动设置为 inline。如果有帮助,只需将其添加到 CSS 文件的末尾即可

.ui-dialog-buttonset button.ui-button {display:inline;}

关于jQuery 对话框按钮定位,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8552921/

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