增加模型库模型下载入口

This commit is contained in:
zhangshun
2026-06-01 14:34:44 +08:00
parent 5b6d29f0f6
commit b1ef3deb03
4 changed files with 59 additions and 2 deletions

View File

@@ -236,6 +236,16 @@
padding: 8px;
}
.preview-scene-actions {
display: flex;
align-items: center;
gap: 8px;
}
.preview-scene-actions > button {
flex: 1;
}
.preview-scene-body > button {
width: 100%;
}