设置dd里面的过长字符自动换行
<dl>
<dt>gene</dt>
<dd>{{this.tabdata.gene}}</dd>
<dt>Go</dt>
<dd style="width:70%;height: auto; word-wrap:break-word; word-break:break-all;overflow: hidden;"> //给dd加上行间样式 让过长的字体碰到边缘换行
{{this.tabdata.goId}} //字体过长不自动换行
</dd>
</dl>