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
yuzhilin
2024-05-09 16:01:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fe964b6d8e7f4d4c4e33b7ef70fc34a95fe0c40e
fe964b6d
1 parent
528b0fd3
fix:17099 频道已到底线,会回弹,字体被遮挡一半且字体颜色不对
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/page/PageNoMoreLayout.ets
sight_harmony/features/wdComponent/src/main/ets/utils/RefreshConstants.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/PageNoMoreLayout.ets
View file @
fe964b6
...
...
@@ -21,9 +21,12 @@ export default struct PageNoMoreLayout {
.margin({ left: RefreshConstants.NoMoreLayoutConstant_NORMAL_PADDING })
.fontSize(RefreshConstants.NoMoreLayoutConstant_TITLE_FONT)
.textAlign(TextAlign.Center)
.fontColor(RefreshConstants.NoMoreLayoutConstant_TITLE_COLOR)
}
.width(RefreshConstants.FULL_WIDTH)
.justifyContent(FlexAlign.Center)
.height(RefreshConstants.CUSTOM_LAYOUT_HEIGHT)
.margin({bottom:RefreshConstants.NoMoreLayoutConstant_MARGIN_BOTTOM})
}
}
\ No newline at end of file
...
...
sight_harmony/features/wdComponent/src/main/ets/utils/RefreshConstants.ets
View file @
fe964b6
...
...
@@ -47,8 +47,9 @@ export class RefreshConstants {
* The NoMoreLayout constants.
*/
static readonly NoMoreLayoutConstant_NORMAL_PADDING: number = 8;
static readonly NoMoreLayoutConstant_TITLE_FONT: string = '16fp';
static readonly NoMoreLayoutConstant_TITLE_FONT: string = '16vp';
static readonly NoMoreLayoutConstant_TITLE_COLOR: string = '#666666';
static readonly NoMoreLayoutConstant_MARGIN_BOTTOM: number = 40;
/**
* The RefreshLayout constants.
*/
...
...
Please
register
or
login
to post a comment