修复画布素材交互缺口

统一默认素材文件夹,避免侧栏拖拽上传重复生成图片

区分素材入库和画布拖拽上传,画布落点增加安全兜底

补齐画布 Shift 多选、框选渲染和多图层打组能力

调整生成器对话框隐藏逻辑,关闭按钮保留占位图

将缩放比例入口放入左下角面板并拦截编辑器内 Ctrl 滚轮缩放页面

补充素材上传、画布多选、图层打组和生成器隐藏回归测试
This commit is contained in:
2026-06-14 19:20:13 +08:00
parent 028a648d9c
commit 0fd0a06387
3 changed files with 527 additions and 139 deletions

View File

@@ -3487,6 +3487,14 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
pointer-events: none;
}
.image-canvas-editor__canvas-marquee {
position: absolute;
z-index: 7;
border: 1px solid #2563eb;
background: rgb(37 99 235 / 0.12);
pointer-events: none;
}
.image-canvas-editor__asset-button {
display: block;
border: 0;
@@ -5222,6 +5230,12 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
}
}
.image-canvas-editor__panel-dock .image-canvas-editor__zoom-trigger {
width: auto;
min-width: 4.15rem;
padding: 0 0.65rem;
}
@keyframes baby-object-gift-lid-open {
0% {
transform: rotate(0deg) translateY(0);