修改 表头下拉

This commit is contained in:
GGJ
2025-04-16 09:43:27 +08:00
parent 8bca1bfd38
commit 0063c53ec6
9 changed files with 146 additions and 80 deletions

View File

@@ -131,7 +131,9 @@ onMounted(() => {
}
nextTick(() => {
resizeObserver.observe(tableHeader.value)
setTimeout(() => {
computedSearchRow()
},500)
})
})
onUnmounted(() => {