This commit is contained in:
2026-05-15 15:20:31 +08:00
parent 5e8062f1d2
commit 6bd595bd63
2 changed files with 150 additions and 58 deletions
+24
View File
@@ -1318,6 +1318,16 @@ optgroup {
border-radius: var(--radius-lg);
}
.viewer-section-hero {
border-color: var(--primary-200);
box-shadow: var(--shadow-md);
}
.viewer-frame-hero {
height: 680px;
background: var(--bg-secondary);
}
/* ================================
结果网格
================================ */
@@ -1381,6 +1391,12 @@ optgroup {
border-top: 1px solid var(--border-light);
}
.mechanism-actions {
margin-top: var(--space-4);
display: flex;
justify-content: flex-end;
}
.mechanism-note-list {
margin: 0;
padding-left: 1.1rem;
@@ -1428,6 +1444,10 @@ optgroup {
color: var(--primary-700);
}
.mechanism-modal {
max-width: 860px;
}
.single-scheme-grid {
grid-template-columns: 1fr !important;
}
@@ -2962,6 +2982,10 @@ select.form-input {
.advanced-param-grid {
grid-template-columns: 1fr;
}
.viewer-frame-hero {
height: 520px;
}
}
/* ================================