8eb97417 by lihua

报表嵌入去掉下边距

1 parent 55e54a07
......@@ -28,7 +28,7 @@ const { proxy } = getCurrentInstance() as any;
const searchContainer = ref(null)
const { height: contentHeight } = useElementSize(searchContainer)
const tableStyle = computed(() => {
return `height:calc(100% - ${contentHeight.value + 10}px);width:100%;`
return `height:100%;width:100%;`
})
const userStore = useUserStore()
const userInfoData = JSON.parse(userStore.userData)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!