liyubing

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

@@ -335,14 +335,10 @@ export struct RMCalendar { @@ -335,14 +335,10 @@ export struct RMCalendar {
335 .width("100%") 335 .width("100%")
336 } 336 }
337 .backgroundColor(Color.White) 337 .backgroundColor(Color.White)
338 - .margin({  
339 - left: 35,  
340 - right: 35  
341 - })  
342 .padding( 338 .padding(
343 { bottom: 20 }) 339 { bottom: 20 })
344 .border({ radius: 4 }) 340 .border({ radius: 4 })
345 - } 341 + }.width(331)
346 } 342 }
347 343
348 getMonthStr(month?: number): string { 344 getMonthStr(month?: number): string {