lvhao 14 godzin temu
rodzic
commit
76723a25e4
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      template/erp/workshopshow_xdshow.html

+ 2 - 1
template/erp/workshopshow_xdshow.html

@@ -128,7 +128,8 @@ h2 {
  .process-container {
     display: grid;
     /* 核心代码:自动填充,每个卡片固定宽度 220px,多余空间自动换行 */
-    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
+    /* grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); */
+    grid-template-columns: repeat(8, 180px);
     gap: 10px;
     justify-content: start; /* 左对齐,防止拉伸 */
 }