预览添加选中功能

This commit is contained in:
2024-09-27 01:55:52 +08:00
parent 12f1084612
commit 2e55d718a8
5 changed files with 275 additions and 148 deletions

View File

@@ -196,7 +196,7 @@ export const PreviewWrapper = () => {
style={{
height: 'calc(100% - 32px)',
}}>
<div className='mx-auto border bg-white h-h-full w-[80%] h-[80%] overflow-y-auto' ref={ref}></div>
<div className='mx-auto border bg-white h-h-full w-[80%] h-[80%] overflow-scroll scrollbar relative' ref={ref}></div>
</div>
</div>
);