我尝试使用 Jquery 更改 css 属性。我愿意
wrapperInner.css('overflow', 'visible');
但价值仍然保持不变。我很警觉alert(wrapperInner.css('overflow'))
,它显示hidden
。这是这个的css
.tribe-events-calendar td div.wrapper div.wrapper_inner {
position:relative;
overflow:hidden!important;
}