Complete operational map result workflow
This commit is contained in:
@@ -696,6 +696,11 @@ details.ai-lab-model-surface > summary strong {
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.workspace-grid-ai {
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.workspace-grid-exports {
|
||||
grid-template-columns: minmax(28rem, 1.2fr) minmax(22rem, 0.8fr);
|
||||
align-items: start;
|
||||
@@ -708,6 +713,11 @@ details.ai-lab-model-surface > summary strong {
|
||||
overflow: auto;
|
||||
align-self: start;
|
||||
}
|
||||
|
||||
.workspace-grid-ai > section:nth-child(n) {
|
||||
max-height: none;
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
|
||||
/* Overview */
|
||||
@@ -2007,6 +2017,23 @@ details.ai-lab-model-surface > summary strong {
|
||||
margin-top: 0.75rem;
|
||||
}
|
||||
|
||||
.quality-summary-grid small,
|
||||
.ai-quality-guidance {
|
||||
display: block;
|
||||
margin-top: 0.22rem;
|
||||
color: var(--muted);
|
||||
font-size: 0.72rem;
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
.ai-quality-guidance {
|
||||
margin: -0.25rem 0 0.65rem;
|
||||
border-left: 3px solid #b37a2d;
|
||||
padding: 0.45rem 0.65rem;
|
||||
background: #fffbeb;
|
||||
color: #6f4b18;
|
||||
}
|
||||
|
||||
.quality-advanced-disclosure > summary strong {
|
||||
margin-right: 0.25rem;
|
||||
color: var(--ink);
|
||||
|
||||
Reference in New Issue
Block a user