* fix:frameView组件隐藏标签页时高度没有自适应 * Update frameView.vue --------- Co-authored-by: gaotian <gaotian@formssi.com> Co-authored-by: xiaoming <1923740402@qq.com>
@@ -57,7 +57,8 @@ onMounted(() => {
<style lang="scss" scoped>
.frame {
z-index: 998;
- height: calc(100vh - 88px);
+ position: absolute;
+ inset: 0;
.frame-iframe {
box-sizing: border-box;