mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 01:38:11 +08:00
fix(嵌入式): 嵌入式样式问题
This commit is contained in:
@@ -48,6 +48,7 @@ const getPrefix = (): string => {
|
||||
return prefix
|
||||
}
|
||||
const element = document.createElement('head')
|
||||
document.body.appendChild(element)
|
||||
document.querySelector('head').appendChild = <T extends Node>(node: T) => {
|
||||
const newNode = formatterUrl(node, getPrefix())
|
||||
element.appendChild(newNode)
|
||||
|
||||
Reference in New Issue
Block a user