Kaynağa Gözat

Merge branch 'feature/20241225-change-button-size' of Server/long-article-recommend into master

fengzhoutian 6 ay önce
ebeveyn
işleme
a001253b84

+ 1 - 1
long-article-recommend-service/src/main/resources/static/internal/home.html

@@ -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>
                 `;