提交 50579e9d 编写于 作者: D DCloud_LXH

chore: pageContainer width height

上级 c28bbc9f
......@@ -341,6 +341,11 @@
if (window.matchMedia('(max-width: 600px)').matches) {
this.snippetLength = 15;
}
if (this.$refs.pageContainer) {
this.$refs.pageContainer.style.maxHeight = document.documentElement.clientHeight;
this.$refs.pageContainer.style.maxWidth = document.documentElement.clientWidth;
}
},
switchCategory(index) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册