UEditor工具栏中下拉菜单高度太小解决方案

[javascript]
$(document).ready(function() {
$(‘body’).on(‘mouseenter’,’.edui-popup-content’,function() {
$(this).css(‘height’,’220′); // 此处220即为设置的新高度
});

});
[/javascript]



发表评论

邮箱地址不会被公开。