deving
This commit is contained in:
+22
-2
@@ -173,11 +173,31 @@ body {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
/* 关键工艺参数三列布局 - 使用最高优先级 */
|
||||
.key-info-categories {
|
||||
display: grid !important;
|
||||
grid-template-columns: repeat(3, 1fr) !important;
|
||||
gap: 20px;
|
||||
margin-bottom: 20px;
|
||||
gap: 20px !important;
|
||||
margin-bottom: 20px !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
/* 确保所有子元素正确布局 */
|
||||
.key-info-categories > .category-section {
|
||||
display: flex !important;
|
||||
flex-direction: column !important;
|
||||
}
|
||||
|
||||
.key-info-categories > .category-section .category-content {
|
||||
display: flex !important;
|
||||
flex-direction: column !important;
|
||||
gap: 12px !important;
|
||||
}
|
||||
|
||||
/* 覆盖 result.html 内联样式 */
|
||||
.result-section .key-info-categories {
|
||||
display: grid !important;
|
||||
grid-template-columns: repeat(3, 1fr) !important;
|
||||
}
|
||||
|
||||
.data-grid {
|
||||
|
||||
Reference in New Issue
Block a user