Commit aea201ca by 1808837298@qq.com

fix: update iframe styling and permissions in ChatPage component

parent e954913f
...@@ -34,8 +34,9 @@ const ChatPage = () => { ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment