@@ -108,7 +108,7 @@
<td>${item.title}</td>
<td><input type="text" class="form-control" id="category-${item.produceContentId}" value="${item.category}"></td>
<td>
- <button class="btn btn-primary btn-sm" onclick="submitData('${item.produceContentId}', '${item.title}')">提交</button>
+ <button class="btn btn-primary btn-sm text-nowrap" onclick="submitData('${item.produceContentId}', '${item.title}')">提交</button>
</td>
</tr>
`;