fix(ui): 批量栏黑底还原 + 图片生成页排版对齐HTML + 视频卡去多余上传

- .bulk-bar 全局裸类被 admin-page.css 白底版盖掉 → 收窄到 .admin-app;
  商品库/项目/资产库批量浮条恢复黑底
- 批量浮条显隐改绑「有无选中」(.show)而非编辑模式 → 退选即消失
- asset-factory 三卡:开始生成按钮挪回 factory-text 内(对齐HTML),
  按钮紧跟描述、卡片高度回正;tag/desc/价格字号对齐HTML(10.5/13.5/10.5)
- 全站内容区上内边距 48px→24px(对齐设计稿 #page-content),标题不再整体偏低
- 视频卡移除多余「上传」按钮(AI生成不需单卡上传,全局上传入口保留);
  video-card-head 顶端对齐改垂直居中

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
seaislee1209
2026-06-20 18:34:33 +08:00
co-authored by Claude Opus 4.8
parent ad96acfacd
commit b946a64409
12 changed files with 193 additions and 21 deletions
+4 -2
View File
@@ -220,7 +220,9 @@
font-size: 11px;
cursor: help;
}
.bulk-bar {
/* 收窄到 .admin-app 作用域:`.bulk-bar` 是全局裸类(商品库/项目/资产库各有黑底版),
不限定会随 main.tsx 末位加载盖掉那些黑底浮条 → 全站批量栏被染白。 */
.admin-app .bulk-bar {
position: fixed;
left: 50%;
bottom: 28px;
@@ -235,7 +237,7 @@
box-shadow: var(--shadow-floating);
z-index: 50;
}
.bulk-count { font-size: 13px; color: var(--accent-black); font-weight: 500; }
.admin-app .bulk-count { font-size: 13px; color: var(--accent-black); font-weight: 500; }
/* ── 任务监控 ── */
.admin-anomaly-chip { height: 28px; padding: 0 14px; font-size: 12.5px; cursor: pointer; }