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-05-08 17:02:01 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
03c9d2aff06816526a8b9ba469bfbf54c66e879a
03c9d2af
1 parent
0c1abfff
fix: 16977 功能缺陷--进入人民号-横滑卡少个更多按钮,看图
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardComponent.ets
View file @
03c9d2a
...
...
@@ -27,7 +27,7 @@ export struct LiveHorizontalCardComponent {
.fontWeight(600)
}
if (this.compDTO.dataSourceType === 'LIVE_HORIZONTAL_CARD' || this.compDTO.dataSourceType === 'LIVE_MONTHLY_RANKING') {
if (this.compDTO.dataSourceType === 'LIVE_HORIZONTAL_CARD' || this.compDTO.dataSourceType === 'LIVE_MONTHLY_RANKING'
|| this.compDTO.dataSourceType === 'OBJECT_POS'
) {
Row() {
Text("更多")
.fontSize($r("app.float.font_size_14"))
...
...
Please
register
or
login
to post a comment