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
yangchenggong1_wd
2024-09-24 17:37:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
19e88130b67768acb62238bce7c46852e6ded9e0
19e88130
1 parent
ec9c106f
fix |> 19984 图文稿件详情页,播放稿件中的视频,进度滑块与已播放进度条重叠(尺寸)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/commons/wdWebComponent/src/main/ets/pages/WdWebLocalComponent.ets
sight_harmony/commons/wdWebComponent/src/main/ets/pages/WdWebLocalComponent.ets
View file @
19e8813
...
...
@@ -372,7 +372,7 @@ export struct WdWebLocalComponent {
type: SliderBlockType.IMAGE,
image: $r('app.media.slider_block')
})
.blockSize({ width: 1
8, height: 12
})
.blockSize({ width: 1
4, height: 10
})
.onChange((value: number, mode: SliderChangeMode) => {
this.controller.setCurrentTime(value);
if (mode == SliderChangeMode.End) {
...
...
Please
register
or
login
to post a comment