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-16 16:29:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ebf820f0d2912468839dfb7ec0fabb4687f0da4d
ebf820f0
1 parent
233c036e
fix: 17369 UI还原问题--无图卡的字体行距鸿蒙版与安卓不一致
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/DynamicDetailComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/OperRowListView.ets
sight_harmony/features/wdComponent/src/main/resources/base/element/float.json
sight_harmony/features/wdComponent/src/main/ets/components/DynamicDetailComponent.ets
View file @
ebf820f
...
...
@@ -103,7 +103,7 @@ export struct DynamicDetailComponent {
//分割线
Image($r('app.media.ic_news_detail_division'))
.width('100%')
.height($r('app.float.margin_
9
'))
.height($r('app.float.margin_
12
'))
.padding({ left: $r('app.float.margin_16'), right: $r('app.float.margin_16') })
Stack({ alignContent: Alignment.Bottom }) {
if (!this.isNetConnected) {
...
...
sight_harmony/features/wdComponent/src/main/ets/components/view/OperRowListView.ets
View file @
ebf820f
...
...
@@ -135,7 +135,8 @@ export struct OperRowListView {
Column() {
Image($r('app.media.ic_news_detail_division'))
.width('100%')
.height($r('app.float.margin_4'))
.height($r('app.float.margin_1'))
.margin({bottom: -2})
Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) {
// AudioDialog()
...
...
sight_harmony/features/wdComponent/src/main/resources/base/element/float.json
View file @
ebf820f
...
...
@@ -81,6 +81,10 @@
"value"
:
"10vp"
},
{
"name"
:
"margin_12"
,
"value"
:
"12vp"
},
{
"name"
:
"margin_bottom_16"
,
"value"
:
"16vp"
},
...
...
Please
register
or
login
to post a comment