提交 6a6beb33 编写于 作者: Neuromancer255's avatar Neuromancer255

日历组件响应宽度

上级 09ac4968
......@@ -1202,8 +1202,7 @@
window.addEventListener('resize', this.resize);
},
resize() {
const calendarRef = this.$refs.calendar;
this.itemWidth = (calendarRef.clientWidth/7 - 4).toFixed(5);
this.itemWidth = (document.documentElement.clientWidth/7 - 4).toFixed(5);
}
}
};
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册