在将数据动态加载到表的TD后,这些值跳转到换行符,而不是增加TD的大小。在没有新行的情况下调整td中的动态加载内容
<table>
<tr>
<td style="width:250px">
<div>
<b>My Value is :</b>
<span class="ass">0,00</span>
</div>
<i style="color:grey" class="fa fa-refresh"><span class="mo">Click refresh</span></i>
</td>
<td >
<button value="Submit" class="button success " type="button" name="Management" id="Management">
Refresh <i class="fa fa-refresh"></i>
</button>
<button value="Submit" class="button success " type="button" name="Management1" id="Management1">
Revert Back <i class="fa fa-refresh"></i>
</button>
</td>
</tr>
</table>
<span class="daal"></span>
小提琴供参考:https://jsfiddle.net/3t6o1kor/
是否有HTML/CSS任何方式来创建新的生产线,但扩大TD调整新的文本?
你解决了你的问题吗? –
感谢您的询问。这些变化正在测试中。我将在周一前来测试其他服务器上的测试结果。即使我不能在当地测试,我不觉得标记基于工作小提琴的答案:) – fatherazrael