This commit is contained in:
Alex-larget
2026-03-26 21:29:18 +08:00
parent 7bf301a9c8
commit 159ce035f2
5 changed files with 109 additions and 18 deletions

View File

@@ -237,6 +237,15 @@
position: relative;
}
/* ===== 预览裁切容器(按百分比显示) ===== */
.preview-wrap {
position: relative;
}
.preview-body {
/* 裁切由内联 stylemax-height + overflow控制 */
}
/* ===== 渐变遮罩 ===== */
.fade-mask {
position: absolute;