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-06-17 09:54:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
96a730d501ef21b40596f43bf4138734cd5e85a3
96a730d5
1 parent
a90ccd38
fix: 18692 UI还原问题--【生产环境】直播预告日期字体和ios不一致看图
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow03.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow03.ets
View file @
96a730d
...
...
@@ -260,7 +260,7 @@ export struct ZhSingleRow03 {
.fontSize(12)
.textAlign(TextAlign.Start)
.fontFamily('PingFang SC-Semibold')
.fontWeight(
6
00)
.fontWeight(
5
00)
Image($r('app.media.timeline_rect'))
.width(4)
.height(3)
...
...
@@ -270,7 +270,7 @@ export struct ZhSingleRow03 {
.fontColor(0x000000)
.fontSize(12)
.fontFamily('PingFang SC-Semibold')
.fontWeight(
6
00)
.fontWeight(
5
00)
Text('开始直播')
.fontColor(0xC8C8C8)
.fontSize(12)
...
...
Please
register
or
login
to post a comment