首页
科技
登录
6mi
u
盘
搜
搜 索
科技
bootstarp modal自己主动调整宽度的JS代码
bootstarp modal自己主动调整宽度的JS代码
it
2025-07-15
10
$('#ajaxPage').modal('show').css({ width: 'auto', 'margin-left': function () { return -($(this).width() / 2); } });能够自己主动调整modal对象的宽度。而且绝对居中
转载于:https://www.cnblogs.com/bhlsheji/p/5073681.html
转载请注明原文地址: https://win8.8miu.com/read-1549109.html
最新回复
(
0
)