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-22 15:03:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
df7d5578fa1053f78fffade0b12010e352dcd556
df7d5578
1 parent
d24301c7
图集详情页-页面与动态区域分割线样式不对
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/view/OperRowListView.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/OperRowListView.ets
View file @
df7d557
...
...
@@ -148,7 +148,9 @@ export struct OperRowListView {
// 视频详情页
Column() {
Divider().strokeWidth(1).color(this.styleType == 1 ? Color.White : this.styleType == 2 ? '#262626' : Color.Transparent)
if(this.styleType != 3) {
Divider().strokeWidth(1).color(this.styleType == 1 ? '#F5F5F5' : this.styleType == 2 ? '#262626' : 'rgba(0,0,0,0)')
}
Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) {
// AudioDialog()
...
...
Please
register
or
login
to post a comment