liyubing

fix:1)电子报-日历选择 一多适配-电子报>选择日期弹窗过大;2)一多适配--折叠屏,电子报-选择日期弹窗不需要放大

... ... @@ -335,14 +335,10 @@ export struct RMCalendar {
.width("100%")
}
.backgroundColor(Color.White)
.margin({
left: 35,
right: 35
})
.padding(
{ bottom: 20 })
.border({ radius: 4 })
}
}.width(331)
}
getMonthStr(month?: number): string {
... ...