Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
liyubing
2024-06-20 18:18:01 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f8c4eeadae6e584c5d803808aa6c30305229f81f
f8c4eead
1 parent
f553f8ea
fix:1)电子报-日历选择 一多适配-电子报>选择日期弹窗过大;2)一多适配--折叠屏,电子报-选择日期弹窗不需要放大
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
sight_harmony/features/wdComponent/src/main/ets/components/calendar/RMCalendar.ets
sight_harmony/features/wdComponent/src/main/ets/components/calendar/RMCalendar.ets
View file @
f8c4eea
...
...
@@ -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 {
...
...
Please
register
or
login
to post a comment