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
chenjun
2024-08-27 15:09:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
883011d2540a68a5a0672ce61b9c2bfa14040341
883011d2
1 parent
83e45b97
全文字体和箭头颜色
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerTitleView.ets
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerTitleView.ets
View file @
883011d
...
...
@@ -289,7 +289,7 @@ export struct PlayerTitleView {
if (this.isOverLines) {
Text() {
Span('全文')
.fontColor('#
888888
')
.fontColor('#
99FFFFFF
')
.fontWeight(400)
.fontFamily('PingFang SC-Regular')
.fontSize(12)
...
...
@@ -362,7 +362,7 @@ export struct PlayerTitleView {
Text() {
if (this.isTitleOverLines) {
Span('全文')
.fontColor(
Color.White
)
.fontColor(
'#99FFFFFF'
)
.fontWeight(600)
.fontFamily('PingFang SC-Regular')
.fontSize(12)
...
...
Please
register
or
login
to post a comment