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
陈剑华
2024-06-06 14:56:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c335cd14519c57c21c00be744ce15283872c73a7
c335cd14
1 parent
0216f877
fix: 17499 UI还原问题-【uat】进入新疆频道,轮播图广告数字字体大小偏框宽和android不一致,看图
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhCarouselLayout01.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhCarouselLayout01.ets
View file @
c335cd1
...
...
@@ -273,14 +273,14 @@ struct indicatorAnimations {
if (this.isAutoPlay) {
setTimeout(() => {
this.leftW = '100%'
this.centerFontSize = 1
1
this.centerFontSize = 1
0
}, 0)
setTimeout(() => {
this.rightW = '100%'
}, 1500)
} else {
this.leftW = '100%'
this.centerFontSize = 1
1
this.centerFontSize = 1
0
this.rightW = '100%'
}
...
...
@@ -307,7 +307,7 @@ struct indicatorAnimations {
Text(this.index + 1 < 10 ? `0${this.index + 1}` : `${this.index + 1}`)
.fontSize(this.centerFontSize)
.fontColor($r('app.color.white'))
.width(1
6
)
.width(1
1
)
.textAlign(TextAlign.Center)
.margin({
bottom: -2
...
...
Please
register
or
login
to post a comment