mirror of
https://gitee.com/yiming_chang/vue-pure-admin.git
synced 2024-11-30 02:07:38 +08:00
fix:修复内嵌页面frameView
在隐藏标签页后高度没有自适应 (#705)
* fix:frameView组件隐藏标签页时高度没有自适应 * Update frameView.vue --------- Co-authored-by: gaotian <gaotian@formssi.com> Co-authored-by: xiaoming <1923740402@qq.com>
This commit is contained in:
parent
967a9d4507
commit
e5abbfa088
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user