diff --git a/templates/result.html b/templates/result.html
index 287f7e8..f4d8922 100644
--- a/templates/result.html
+++ b/templates/result.html
@@ -107,33 +107,36 @@
gap: 10px;
}
- /* 强制关键工艺参数一行显示 - 三列并排 */
+ /* 绝对强制关键工艺参数一行显示 - 三列并排 */
.key-info-categories {
display: flex !important;
flex-direction: row !important;
justify-content: space-between !important;
- align-items: flex-start !important;
- gap: 20px !important;
+ align-items: stretch !important;
+ gap: 15px !important;
margin-bottom: 20px !important;
width: 100% !important;
- min-height: 200px !important;
+ min-height: 220px !important;
flex-wrap: nowrap !important;
- overflow-x: visible !important;
+ overflow: visible !important;
white-space: nowrap !important;
+ box-sizing: border-box !important;
}
.key-info-categories .category-section {
- display: block !important;
- width: calc(33.333% - 14px) !important;
- min-width: 250px !important;
- max-width: 400px !important;
- min-height: 200px !important;
+ display: flex !important;
+ flex-direction: column !important;
+ width: 32% !important;
+ min-width: 280px !important;
+ max-width: 380px !important;
+ min-height: 220px !important;
background: #f8f9fa !important;
border: 1px solid #e0e0e0 !important;
border-radius: 8px !important;
padding: 15px !important;
flex-shrink: 0 !important;
flex-grow: 0 !important;
+ box-sizing: border-box !important;
}
.key-info-categories .category-title {