fix reslition

This commit is contained in:
raykkk
2025-11-04 11:04:43 +08:00
parent 741442a464
commit 2a4aeee036

View File

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