gpt4 book ai didi

jquery - 语义 UI 模式设置最大宽度?

转载 作者:太空宇宙 更新时间:2023-11-03 19:28:03 26 4
gpt4 key购买 nike

http://jsfiddle.net/eq2kyprs/3/

如何在上面的 jsfiddle 中的语义 UI 模态窗口中设置以下内容?

width:100%
margin-left:10px;
margin-right:10px;
max-width:300px;

https://semantic-ui.com/modules/modal.html#/definition

最佳答案

会找到模态语义的样本 https://codepen.io/hesham-farag/pen/jwrLJd

(function() {
'use strict';

$('#demo-show-small').on('click', function() {
$('#demo-small-modal').modal('show');
});

$('#demo-show-long').on('click', function() {
$('#demo-long-modal').modal('show');
});
})();

关于jquery - 语义 UI 模式设置最大宽度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44513737/

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