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
wangyong_wd
2024-04-22 20:18:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9696c52a3f2aeb48bf023c2bf3132cbe3782b996
9696c52a
1 parent
6e5748eb
fix:bug_207 desc:list隐藏滚动条
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow02.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/HorizontalStrokeCardThreeTwoRadioForOneComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow02.ets
View file @
9696c52
...
...
@@ -31,6 +31,7 @@ export struct ZhSingleRow02 {
})
}
.listDirection(Axis.Horizontal)
.scrollBar(BarState.Off)
}
.width(CommonConstants.FULL_WIDTH)
.height(208)
...
...
sight_harmony/features/wdComponent/src/main/ets/components/view/HorizontalStrokeCardThreeTwoRadioForOneComponent.ets
View file @
9696c52
...
...
@@ -42,7 +42,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForOneComponent {
.borderRadius(4)
.objectFit(ImageFit.Cover)
Text(
"大发大法师法师打发大水发生发大水发大水发大发大法师法师打发大水发生发大水发大水发大发大法师法师打发大水发生发大水发大水发"
)
Text(
this.compDTO.operDataList[0].newsTitle
)
.fontSize($r("app.float.font_size_14"))
.fontColor($r("app.color.color_212228"))
.fontWeight(400)
...
...
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardComponent.ets
View file @
9696c52
...
...
@@ -92,7 +92,9 @@ export struct LiveHorizontalCardComponent {
}
})
})
}.listDirection(Axis.Horizontal)
}
.listDirection(Axis.Horizontal)
.scrollBar(BarState.Off)
.width(CommonConstants.FULL_WIDTH)
.height(this.compDTO.operDataList.length == 2 ? 180 : 136)
} else if (this.compDTO.operDataList.length) {
...
...
Please
register
or
login
to post a comment