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-14 18:28:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3e1e8aeb1ff046a08543ef24e17e6c8e842c0b60
3e1e8aeb
1 parent
bc5529b6
fix:
http://180.167.180.242:18091/zentao/bug-view-17099.html
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 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 @
3e1e8ae
...
...
@@ -27,6 +27,5 @@ export default struct PageNoMoreLayout {
.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 @
3e1e8ae
...
...
@@ -49,7 +49,6 @@ export class RefreshConstants {
static readonly NoMoreLayoutConstant_NORMAL_PADDING: number = 8;
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