fix reslition

This commit is contained in:
raykkk
2025-11-04 11:03:02 +08:00
parent 91bad9d6a1
commit 741442a464

View File

@@ -256,7 +256,7 @@ const App: React.FC = () => {
{desktopUrl && ( {desktopUrl && (
<iframe <iframe
src={desktopUrl} src={desktopUrl}
style={{ width: '100%', height: '600px', border: 'none' }} style={{ width: '1280px', height: '800px', border: 'none' }}
title="WebSocketPage" title="WebSocketPage"
/> />
)} )}