feat(ui): 输入框

This commit is contained in:
CrescentLeaf
2025-05-10 00:55:45 +08:00
parent b6275ec636
commit 79772ff208
3 changed files with 50 additions and 1 deletions

View File

@@ -103,6 +103,11 @@
window.addEventListener('resize', onResize)
onResize()
function shadowInnerInit(event) {
let v = event.currentTarget
$(v.parentElement.shadowRoot).append(v.children)
v.parentNode.removeChild(v)
}
</script>
</body>