提交 0e82f994 编写于 作者: KK's avatar KK

日历组件——宽屏下显示日期和上面的周对不上

上级 3ffee5db
......@@ -353,10 +353,10 @@
methods: {
itemStyle() {
return {
width: `50px`,
height: `50px`,
fontSize: `${50 / 4}px`,
lineHeight: `50px`
width: `${this.itemWidth}px`,
height: `${this.itemWidth}px`,
fontSize: `${this.itemWidth / 4}px`,
lineHeight: this.lunar ? `${this.itemWidth / 1.5}px` : `${this.itemWidth}px`
};
},
changeStyle(){
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册