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-08 17:02:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
80cc04974874a17ecc5adbc408e94a3e157d34a9
80cc0497
1 parent
9cefea70
fix: 20701 直播频道列表中,对直播预告,点击预约后,已预约缺少描边
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow03.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow03.ets
View file @
80cc049
...
...
@@ -437,6 +437,9 @@ export struct ZhSingleRow03 {
.fontSize(12)
.textAlign(TextAlign.Center)
.borderRadius(3)
.borderStyle(BorderStyle.Solid)
.borderWidth(this.isReserved(Number(item.objectId)) ? 1 : 0)
.borderColor('#e5e5e5')
.onClick(() => {
this.bookAndCancel(item.relId, item.objectId, !this.isReserved(Number(item.objectId)))
})
...
...
Please
register
or
login
to post a comment