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-29 09:57:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
beda9307cff253663861772550b1a0b9e61c7b46
beda9307
1 parent
67d98261
fix: 小视频横划卡边缘消失问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow02.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow02.ets
View file @
beda930
...
...
@@ -96,7 +96,7 @@ export struct ZhSingleRow02 {
pageId: this.pageId,
pageName: this.pageName
})
.margin({ right: 8, left: index === 0 ? 1
0
: 0 })
.margin({ right: 8, left: index === 0 ? 1
6
: 0 })
})
}
if (this.compDTO.operDataList.length > 2 && this.showMore()) {
...
...
@@ -159,8 +159,8 @@ export struct ZhSingleRow02 {
bottom: $r('app.float.card_comp_pagePadding_tb')
})
.backgroundColor(0xffffff)
.width('100%')
.margin({ bottom: 8 })
.width('101%')
.margin({ bottom: 8, left: -6 })
}
@Builder
...
...
@@ -206,7 +206,7 @@ export struct ZhSingleRow02 {
}
.justifyContent(FlexAlign.SpaceBetween)
.margin({ bottom: 10 })
.padding({left: 1
0
})
.padding({left: 1
6
})
.width('100%')
}
}
...
...
Please
register
or
login
to post a comment