修改报表样式

This commit is contained in:
guanj
2025-12-09 13:58:37 +08:00
parent 4e0db29ab1
commit 4e6bd55089
13 changed files with 39 additions and 37 deletions

View File

@@ -139,12 +139,13 @@ const handleBack = () => {
emit('handleHideCharts')
}
const setHeight = (h: any, vh: any, num = 1) => {
console.log('🚀 ~ setHeight ~ h:', h)
if (h != false) {
parentHeight.value = h
}
setTimeout(() => {
bxecharts.value = mainHeight(vh,num).height
bxecharts.value = mainHeight(vh, num).height
}, 100)
}
onMounted(() => {})