fix: 修复资产库批量删除

This commit is contained in:
hh
2026-07-13 16:10:46 +08:00
parent 0a5a565088
commit 826fc124e6
3 changed files with 61 additions and 36 deletions
+1 -2
View File
@@ -47,8 +47,7 @@ body.edit-mode .library-page .asset-card.selected { border-color: var(--heat); b
/* 多选态隐藏单卡删除(改走 bulk-bar 批量删) */
body.edit-mode .library-page .asset-card .card-del-btn { opacity: 0 !important; pointer-events: none !important; }
/* 管理资产:图片成品「批次卡」多选(与平铺资产卡一致,复用 .card-check/.selected 视觉)。
仅 .batch-card,不波及视频「素材包卡」(它仍走 .pack-card 的单包删除按钮)。 */
/* 管理资产:图片批次与视频素材包均使用 .batch-card 多选,复用同一套勾选与选中视觉。 */
.library-page .batch-card .card-check {
position: absolute; top: 10px; left: 10px;
width: 22px; height: 22px; border-radius: 50%;