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
zhangfengjin
2024-05-14 22:49:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
35d5f23e58679c40555ce4dc0b5f5e041fde2d41
35d5f23e
1 parent
adeaf898
fix: 17015 功能缺陷-【uat】-人民号主页长图标识展示调整
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
7 deletions
sight_harmony/features/wdComponent/src/main/ets/components/DynamicDetailComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card19Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/DynamicDetailComponent.ets
View file @
35d5f23
...
...
@@ -275,12 +275,18 @@ export struct DynamicDetailComponent {
}
Flex({ direction: FlexDirection.Row }) {
Image($r('app.media.icon_long_pic'))
.width(14)
.height(14)
.width(12)
.height(12)
.margin({ right: 4 })
Text('长图')
.fontSize(1
2
)
.fontSize(1
0
)
.fontWeight(400)
.textShadow({
radius: 1,
color: `rgba(0,0,0,0.5)`,
offsetY:1,
offsetX:1
})
.fontColor(0xffffff)
.fontFamily('PingFang SC')
}
...
...
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card19Component.ets
View file @
35d5f23
...
...
@@ -153,15 +153,20 @@ struct createImg {
}
Flex({ direction: FlexDirection.Row }) {
Image($r('app.media.icon_long_pic'))
.width(14)
.height(14)
.width(12)
.height(12)
.margin({right: 4})
Text('长图')
.fontSize(1
2
)
.fontSize(1
0
)
.fontWeight(400)
.textShadow({
radius: 1,
color: '#777',
offsetX:1,
offsetY:1
})
.fontColor(0xffffff)
.fontFamily('PingFang SC')
.shadow({radius: 4, color: 0xc3cbd5, offsetX: 4, offsetY: 4})
}
.width(48)
.padding({bottom: 9})
...
...
Please
register
or
login
to post a comment