fix: update iframe styling and permissions in ChatPage component

This commit is contained in:
1808837298@qq.com
2025-01-04 22:24:47 +08:00
parent f1e3cd6f6d
commit af0b932535

View File

@@ -34,8 +34,9 @@ const ChatPage = () => {
return !isLoading && iframeSrc ? ( return !isLoading && iframeSrc ? (
<iframe <iframe
src={iframeSrc} src={iframeSrc}
style={{ width: '100%', height: '85vh', border: 'none' }} style={{ width: '100%', height: '100%', border: 'none' }}
title="Token Frame" title="Token Frame"
allow="camera;microphone"
/> />
) : ( ) : (
<div> <div>