dde6c731 by lihua

报表嵌入去掉下边距

1 parent 61b0af02
...@@ -28,7 +28,7 @@ const { proxy } = getCurrentInstance() as any; ...@@ -28,7 +28,7 @@ const { proxy } = getCurrentInstance() as any;
28 const searchContainer = ref(null) 28 const searchContainer = ref(null)
29 const { height: contentHeight } = useElementSize(searchContainer) 29 const { height: contentHeight } = useElementSize(searchContainer)
30 const tableStyle = computed(() => { 30 const tableStyle = computed(() => {
31 return `height:calc(100% - ${contentHeight.value + 10}px);width:100%;` 31 return `height:100%;width:100%;`
32 }) 32 })
33 const userStore = useUserStore() 33 const userStore = useUserStore()
34 const userInfoData = JSON.parse(userStore.userData) 34 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!