报表嵌入去掉下边距
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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) | ... | ... |
-
Please register or sign in to post a comment