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-09-19 14:46:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
18b42840a7cbe741df2bfd9da277c6937d6efe1e
18b42840
1 parent
6f51d7f4
fix: 20456 话题专题-大专题卡样式,上线分割线应为粗线条,通到屏幕两侧。
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardCommon/behindDivider.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardCommon/behindDivider.ets
View file @
18b4284
...
...
@@ -28,11 +28,11 @@ export struct behindDivider {
Divider().strokeWidth(1).color('#f5f5f5').width(CommonConstants.FULL_WIDTH).padding({ left: 10, right: 10 })
} else if (this.compDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10) {
// 大专题
if (this.nextCompDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10) {
Divider().strokeWidth(1).color('#f5f5f5').width(CommonConstants.FULL_WIDTH).padding({ left: 10, right: 10 })
} else {
// if (this.nextCompDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10) {
// Divider().strokeWidth(1).color('#f5f5f5').width(CommonConstants.FULL_WIDTH).padding({ left: 10, right: 10 })
// } else {
Divider().strokeWidth(5).color('#f5f5f5').width('120%').margin({left: -6})
}
//
}
} else if (this.compDTO.compType === 'appStyle'
|| this.compDTO.compStyle === CompStyle.Zh_Single_Row_01
|| this.compDTO.compStyle === CompStyle.Zh_Single_Row_02
...
...
Please
register
or
login
to post a comment