guofei 2024-10-23 15:25:46 +08:00
parent 19e391c2c2
commit aaffbc2373
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ export default function Examples(props: { dict: Record<string, string>; lang: st
onClick={(e) => { onClick={(e) => {
e.stopPropagation(); e.stopPropagation();
}} }}
>1 >
<iframe src={previewInfo.url} className="w-full h-full" /> <iframe src={previewInfo.url} className="w-full h-full" />
</div> </div>
</div> </div>