Showing
1 changed file
with
1 additions
and
5 deletions
| @@ -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 { |
-
Please register or login to post a comment