1
我一直試圖將風格應用到我的代碼的頭部元素樣式和鏈接,因爲它在文檔中(https://developer.zendesk.com/blog/2014/05/13/rendering-to-iframes-in-react/),但沒有任何東西可以幫助我。我一直在想,這是我的代碼還是這個組件的問題。我真的不想在這個文件中寫出所有樣式,因爲它會太長。頭部風格反應框架組件不起作用
<Frame
initialContent={'<!DOCTYPE html><html><head><link rel="stylesheet" type="text/css" href="sass/editor.css" /> </head><body><div id="sagentВody"></div></body></html>'}
mountTarget='#sagentВody'
id = "sagent-iframe"
style={ styles }
>
</Frame>
解釋'head'元素,你是在試圖設計'
'? – Hitmands是的,
之前 – Katja你不能設計'
',它的工作是提供文檔的元數據(https://developer.mozilla.org/en-US/docs/Web/HTML/元/頭)。 – Hitmands