This commit is contained in:
cjw
2026-02-16 17:10:28 +08:00
parent eb251e99bb
commit 1539f54301
4 changed files with 21 additions and 26 deletions
+1 -19
View File
@@ -173,25 +173,7 @@ body {
gap: 12px;
}
/* 关键工艺参数三列布局 - 使用最高优先级 */
.key-info-categories {
display: grid !important;
grid-template-columns: repeat(3, 1fr) !important;
gap: 20px !important;
margin-bottom: 20px !important;
width: 100% !important;
}
/* 确保所有子元素正确布局 */
.key-info-categories > .category-section {
display: block !important;
}
.key-info-categories > .category-section .category-content {
display: flex !important;
flex-direction: column !important;
gap: 12px !important;
}
/* 关键工艺参数布局由result.html内联样式控制 */
.data-grid {
display: grid;