提交 ffdede69 编写于 作者: Shine-zwj's avatar Shine-zwj

update:更新

上级 cc3b1036
...@@ -181,6 +181,9 @@ export default class AppScrollContainer extends Vue { ...@@ -181,6 +181,9 @@ export default class AppScrollContainer extends Vue {
if (!boxSizeStyle.height) { if (!boxSizeStyle.height) {
Object.assign(boxSizeStyle, { 'height': '100%' }); Object.assign(boxSizeStyle, { 'height': '100%' });
} }
if (!layoutModel.visible) {
Object.assign(boxSizeStyle, { display: 'none' })
}
return boxSizeStyle; return boxSizeStyle;
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册