我在 Jira 小工具中有以下内容:
<!DOCTYPE html>
<style type="text/css">
.testTable {
border: 1px solid red;
}
.testDiv {
max-width:30px;
white-space:nowrap;
overflow:hidden;
}
</style>
<table class="testTable">
<tr><td><div class="testDiv">this is looooooooo ooooooooo ooooooooooooo ooooooooo ng text</div></td></tr>
</table>
如您所见,我想限制一列的宽度。该代码在以下组合中运行良好:
- FF 简单 html
- FF Jira 所有版本(使用代码作为小工具的内容)
- IE9 简单 html
- IE9 Jira 5.1(使用代码作为小工具的内容)
但我的公司使用 Jira 4.4 和 IE9 - 这是复制代码不限制列宽的唯一组合。任何想法?