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-21 10:21:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
59ac06659fe91c3a79c9840d66f1dfcc53eabb93
59ac0665
1 parent
9e257f19
fix(17966):UI还原问题-【uat】进入直播预告页,已预约按钮残影,看图
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardview/LiveBigImage01Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/LiveBigImage01Component.ets
View file @
59ac066
...
...
@@ -122,11 +122,11 @@ export struct LiveBigImage01Component {
.margin({
right: '10vp'
})
.textShadow({
radius: 2,
color: 'rgba(0,0,0,0.3)',
offsetY: 2
})
// .textShadow({
// radius: 2,
// color: 'rgba(0,0,0,0.3)',
// offsetY: 2
// })
.backgroundColor(!this.isReserved() ? $r('app.color.color_ED2800') : $r('app.color.color_F5F5F5'))
.borderRadius(3)
...
...
Please
register
or
login
to post a comment