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-10-12 15:50:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
25fdb48a0090b1d27a40873faa24d436a30bb7e4
25fdb48a
1 parent
4372ce04
fix: 早晚报详情中,语音播报动效,背景色看不清楚,特别是在白色图片上
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
sight_harmony/products/phone/src/main/ets/pages/view/AudioComponent.ets
sight_harmony/products/phone/src/main/ets/pages/view/AudioComponent.ets
View file @
25fdb48
...
...
@@ -101,6 +101,7 @@ struct Index {
}
build() {
Column(){
Stack({ alignContent: Alignment.End }) {
Progress(
{
...
...
@@ -115,7 +116,7 @@ struct Index {
.backgroundColor($r('app.color.white'))
.width("100%")
.height(3)
.margin({ top: 57
})
.margin({ top: 56
})
.visibility(this.isExpand ? Visibility.Visible : Visibility.Hidden)
Stack({ alignContent: Alignment.End }) {
Column() { //标题 时间 进度条
...
...
@@ -166,7 +167,7 @@ struct Index {
left: 10,
right: 0
})
.width(243
)
.width(247
)
.height(60)
.justifyContent(FlexAlign.Start)
// .onClick(() => {
...
...
@@ -255,6 +256,15 @@ struct Index {
)
)
.borderRadius(4)
.shadow({
radius: vp2px(5),
color: 'rgba(0, 0, 0, 0.10)',
offsetX: 0,
offsetY: 1
}) // 设
.backgroundColor(Color.White)
}
.padding(1)
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment