deving
This commit is contained in:
+1
-8
@@ -184,8 +184,7 @@ body {
|
||||
|
||||
/* 确保所有子元素正确布局 */
|
||||
.key-info-categories > .category-section {
|
||||
display: flex !important;
|
||||
flex-direction: column !important;
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.key-info-categories > .category-section .category-content {
|
||||
@@ -194,12 +193,6 @@ body {
|
||||
gap: 12px !important;
|
||||
}
|
||||
|
||||
/* 覆盖 result.html 内联样式 */
|
||||
.result-section .key-info-categories {
|
||||
display: grid !important;
|
||||
grid-template-columns: repeat(3, 1fr) !important;
|
||||
}
|
||||
|
||||
.data-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
||||
|
||||
Reference in New Issue
Block a user