我的html:
一个 div 与style="position: absolute; top: 3.80711%; left: 5.89354%; height: 20.0508%; width: 20.9125%; z-index: 545;"
上面的 div 中有一个带有样式的表格:
cellspacing="0" cellpadding="0" style="height: 100%; width: 100%; visibility: visible;" tabindex="0"
当我使用 更改 div 宽度dojo.style(divNode, 'width', newvalue)
时,表格宽度将相应更改为正确的新值。
但桌子看起来更高,虽然高度值仍然是旧的。
有谁知道为什么?