画布功能卡片

This commit is contained in:
2026-02-09 17:10:19 +08:00
parent c859696f25
commit 9871ef0c87
18 changed files with 762 additions and 13 deletions

View File

@@ -5,6 +5,7 @@
<card type="color-palette" />
<card type="to-video" />
<card type="to-3d-model" />
<card type="to-cad" />
<card type="add-print" />
<card type="edit-material" />
</div>
@@ -25,6 +26,7 @@
<style lang="less" scoped>
.canvas {
overflow-y: auto;
background-color: #fcf8f1;
display: flex;
flex-wrap: wrap;