feat: 对齐后端能力并补齐形态提示词与生产诊断
This commit is contained in:
@@ -1440,6 +1440,26 @@ body {
|
||||
font-size: 12px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
/* 诊断筛选按实际空间换行,长 checkpoint ID 不撑开弹窗。 */
|
||||
.diagnostics-filters {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
}
|
||||
.diagnostics-filters > .n-input {
|
||||
flex: 1 1 240px;
|
||||
min-width: 0;
|
||||
}
|
||||
.diagnostics-filters > .n-select {
|
||||
flex: 0 1 180px;
|
||||
min-width: 0;
|
||||
}
|
||||
.diagnostics-records {
|
||||
display: grid;
|
||||
gap: 12px;
|
||||
min-width: 0;
|
||||
}
|
||||
.select-control {
|
||||
min-width: 130px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user