lvhao 14 hours ago
parent
commit
b0944fc802
1 changed files with 3 additions and 4 deletions
  1. 3 4
      template/erp/workshopshow_xdshow.html

+ 3 - 4
template/erp/workshopshow_xdshow.html

@@ -274,10 +274,9 @@ h2 {
     color: var(--text-main);
 }
 
-/* 数字列右对齐 */
+/* 所有列左对齐 */
 .order-table td:nth-child(n+2) {
-    text-align: right;
-    font-family: 'Courier New', Courier, monospace; /* 等宽字体更适合数字 */
+    text-align: left;
     font-weight: 500;
 }
 
@@ -860,7 +859,7 @@ h2 {
 <% for(let key in data) { %>
 <tr>
     <td><%= data[key]['orderinfo'] %></td>
-    <td style="text-align: center;"><%= data[key]['bhsum'] %></td>
+    <td><%= data[key]['bhsum'] %></td>
     <td><%= data[key]['printnum'] %></td>
     <td><%= data[key]['wcnum'] %></td>
     <td><span class="badge badge-warning"><%= data[key]['wwgnum'] %></span></td>