完善模型库权限与工艺数据解析

This commit is contained in:
zhangshun
2026-05-25 18:41:25 +08:00
parent 318105443a
commit a31c620420
15 changed files with 1013 additions and 123 deletions

View File

@@ -134,6 +134,12 @@
margin: 0 0 4px;
}
.preview-process-empty {
padding: 28px 8px;
color: #7a8997;
text-align: center;
}
.preview-process-tree button {
width: 100%;
text-align: left;
@@ -155,6 +161,14 @@
border-top: 1px solid #d8e0e8;
}
.preview-process-status {
padding: 6px 8px 8px;
border-top: 1px solid #eef2f5;
color: #647586;
font-size: 12px;
line-height: 1.4;
}
.preview-scene-section {
border-top: 1px solid #d8e0e8;
}