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
wangliang_wd
2024-07-29 15:18:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6f480a3d6ce0a0c699a71b2883b52704db79e0a8
6f480a3d
1 parent
fa120d22
feat:优化动态详情页进度条展示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
sight_harmony/commons/wdWebComponent/src/main/ets/pages/WdWebLocalComponent.ets
sight_harmony/commons/wdWebComponent/src/main/ets/pages/WdWebLocalComponent.ets
View file @
6f480a3
...
...
@@ -263,11 +263,14 @@ export struct WdWebLocalComponent {
})
.width("50%")
.selectedColor('#ED2800')
.margin({ left: 4, right: 4 })// .blockStyle({
// type: SliderBlockType.IMAGE,
// image: $r('app.media.slider_block')
// })
// .blockSize({ width: 18, height: 12 })
.trackColor("#1AFFFFFF")
.trackThickness(2)
.margin({ left: 4, right: 4 })
.blockStyle({
type: SliderBlockType.IMAGE,
image: $r('app.media.slider_block')
})
.blockSize({ width: 18, height: 12 })
.onChange((value: number, mode: SliderChangeMode) => {
this.controller.setCurrentTime(value);
})
...
...
Please
register
or
login
to post a comment