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
5919fdb8
Commit
5919fdb8
authored
Apr 07, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
几处代码优化
parent
fd07c51e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
YHInformationPerfectListVC.swift
...telligentService(服务中心)/C/YHInformationPerfectListVC.swift
+1
-0
YHCertificateEntryHeadView.swift
...)/MyCertificates(我的证书)/V/YHCertificateEntryHeadView.swift
+1
-0
YHMyDocListHeaderView.swift
...ice(服务中心)/MyDocuments(我的文书)/V/YHMyDocListHeaderView.swift
+1
-0
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/C/YHInformationPerfectListVC.swift
View file @
5919fdb8
...
@@ -47,6 +47,7 @@ class YHInformationPerfectListVC: YHBaseViewController {
...
@@ -47,6 +47,7 @@ class YHInformationPerfectListVC: YHBaseViewController {
let
titleLable
=
UILabel
(
text
:
"您好,-"
)
let
titleLable
=
UILabel
(
text
:
"您好,-"
)
titleLable
.
font
=
UIFont
.
PFSC_B
(
ofSize
:
21
)
titleLable
.
font
=
UIFont
.
PFSC_B
(
ofSize
:
21
)
titleLable
.
textColor
=
UIColor
.
mainTextColor
titleLable
.
textColor
=
UIColor
.
mainTextColor
titleLable
.
lineBreakMode
=
.
byTruncatingMiddle
return
titleLable
return
titleLable
}()
}()
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyCertificates(我的证书)/V/YHCertificateEntryHeadView.swift
View file @
5919fdb8
...
@@ -32,6 +32,7 @@ class YHCertificateEntryHeadView: UIView {
...
@@ -32,6 +32,7 @@ class YHCertificateEntryHeadView: UIView {
let
titleLable
=
UILabel
(
text
:
"您好,李先生"
)
let
titleLable
=
UILabel
(
text
:
"您好,李先生"
)
titleLable
.
font
=
UIFont
.
PFSC_B
(
ofSize
:
21
)
titleLable
.
font
=
UIFont
.
PFSC_B
(
ofSize
:
21
)
titleLable
.
textColor
=
UIColor
.
mainTextColor
titleLable
.
textColor
=
UIColor
.
mainTextColor
titleLable
.
lineBreakMode
=
.
byTruncatingMiddle
return
titleLable
return
titleLable
}()
}()
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyDocuments(我的文书)/V/YHMyDocListHeaderView.swift
View file @
5919fdb8
...
@@ -60,6 +60,7 @@ class YHMyDocListHeaderView: UIView {
...
@@ -60,6 +60,7 @@ class YHMyDocListHeaderView: UIView {
let
lable0
=
UILabel
(
text
:
"您好,尊敬的客户"
)
let
lable0
=
UILabel
(
text
:
"您好,尊敬的客户"
)
lable0
.
textColor
=
UIColor
.
mainTextColor
lable0
.
textColor
=
UIColor
.
mainTextColor
lable0
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
21
)
lable0
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
21
)
lable0
.
lineBreakMode
=
.
byTruncatingMiddle
return
lable0
return
lable0
}()
}()
...
...
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