This commit is contained in:
qsh
2024-05-27 15:58:17 +08:00
parent 34b4f84293
commit 1f9be6227c
14 changed files with 173 additions and 43 deletions

View File

@@ -18,7 +18,7 @@ onMounted(() => {
})
</script>
<template>
<div v-loading="loading" :style="'height:' + height">
<div v-loading="loading" style="height: 100%">
<iframe
ref="frameRef"
:src="props.src"