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-08-23 16:51:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
adf95576accab1fd585081a0bb257f223bcd2d3a
adf95576
1 parent
00c1ed76
fix: 19925 3:2横划卡-后台配置2个运营位,客户端无法向右滑动查看完整横划卡
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/view/HorizontalStrokeCardThreeTwoRadioForMoreComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/HorizontalStrokeCardThreeTwoRadioForMoreComponent.ets
View file @
adf9557
...
...
@@ -120,9 +120,9 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent {
.textAlign(TextAlign.Start)
.margin({ top: 8 })
.width(this.compDTO.operDataList.length == 2 ? 210 : 150)
.lineHeight(
21
)
.lineHeight(
19
)
}
.height(this.compDTO.operDataList.length == 2 ? 1
8
0 : 148)
.height(this.compDTO.operDataList.length == 2 ? 1
9
0 : 148)
.padding({ right: 16 })
// .offset({x:16})
.onClick(() => {
...
...
@@ -160,7 +160,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent {
}
}
.align(Alignment.Start)
.scrollable(this.compDTO.operDataList.length > 2 ? ScrollDirection.Horizontal : ScrollDirection.None)
.scrollable(this.compDTO.operDataList.length >
=
2 ? ScrollDirection.Horizontal : ScrollDirection.None)
.scrollBar(BarState.Off)
.edgeEffect(EdgeEffect.None)
.onReachEnd(() => {
...
...
Please
register
or
login
to post a comment