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