Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
2dfc905d
Commit
2dfc905d
authored
Mar 27, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文字颜色 替换
parent
af67d695
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
YHFileListHeaerView.swift
...tService(服务中心)/FileList(文件清单)/V/YHFileListHeaerView.swift
+2
-2
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/FileList(文件清单)/V/YHFileListHeaerView.swift
View file @
2dfc905d
...
@@ -169,11 +169,11 @@ private extension YHFileListHeaerView {
...
@@ -169,11 +169,11 @@ private extension YHFileListHeaerView {
guard
let
dataModel
=
dataModel
else
{
return
}
guard
let
dataModel
=
dataModel
else
{
return
}
let
a
:
ASAttributedString
=
.
init
(
"您有 "
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
white
))
let
a
:
ASAttributedString
=
.
init
(
"您有 "
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
white
))
let
aa
:
ASAttributedString
=
.
init
(
NSAttributedString
(
string
:
String
(
dataModel
.
to_be_submit_num
)),
.
font
(
UIFont
.
PFSC_B
(
ofSize
:
15
)),
.
foreground
(
UIColor
.
warnColor
))
let
aa
:
ASAttributedString
=
.
init
(
NSAttributedString
(
string
:
String
(
dataModel
.
to_be_submit_num
)),
.
font
(
UIFont
.
PFSC_B
(
ofSize
:
15
)),
.
foreground
(
UIColor
(
hex
:
0xFFE6B5
,
alpha
:
1.0
)
))
let
aaa
:
ASAttributedString
=
.
init
(
" 项待提交"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
white
))
let
aaa
:
ASAttributedString
=
.
init
(
" 项待提交"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
white
))
waitSubmitLable
.
attributed
.
text
=
a
+
aa
+
aaa
waitSubmitLable
.
attributed
.
text
=
a
+
aa
+
aaa
let
bb
:
ASAttributedString
=
.
init
(
NSAttributedString
(
string
:
String
(
dataModel
.
reject_num
)),
.
font
(
UIFont
.
PFSC_B
(
ofSize
:
15
)),
.
foreground
(
UIColor
.
warnColor
))
let
bb
:
ASAttributedString
=
.
init
(
NSAttributedString
(
string
:
String
(
dataModel
.
reject_num
)),
.
font
(
UIFont
.
PFSC_B
(
ofSize
:
15
)),
.
foreground
(
UIColor
(
hex
:
0xFFE6B5
,
alpha
:
1.0
)
))
let
bbb
:
ASAttributedString
=
.
init
(
" 项需重传"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
white
))
let
bbb
:
ASAttributedString
=
.
init
(
" 项需重传"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
white
))
reuploadLable
.
attributed
.
text
=
a
+
bb
+
bbb
reuploadLable
.
attributed
.
text
=
a
+
bb
+
bbb
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment