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
cd8777e2
Commit
cd8777e2
authored
Feb 22, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
一处字体大小修改
parent
e09311a7
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
YHWorkExampleMessageTableViewCell.swift
.../WorkExperience/V/YHWorkExampleMessageTableViewCell.swift
+1
-1
YHWorkIntroductionItemView.swift
...ess(流程)/WorkExperience/V/YHWorkIntroductionItemView.swift
+1
-1
YHWorkItemView.swift
.../ServiceProcess(流程)/WorkExperience/V/YHWorkItemView.swift
+1
-1
YHCodeSueecssViewController.swift
...ses/Modules/Login(登录)/C/YHCodeSueecssViewController.swift
+2
-2
YHLoginPrivacyView.swift
...laxy/Classes/Modules/Login(登录)/V/YHLoginPrivacyView.swift
+2
-2
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/WorkExperience/V/YHWorkExampleMessageTableViewCell.swift
View file @
cd8777e2
...
@@ -76,7 +76,7 @@ class YHWorkExampleMessageTableViewCell: UITableViewCell {
...
@@ -76,7 +76,7 @@ class YHWorkExampleMessageTableViewCell: UITableViewCell {
useButton
=
{
useButton
=
{
let
button
=
UIButton
(
type
:
.
custom
)
let
button
=
UIButton
(
type
:
.
custom
)
button
.
backgroundColor
=
UIColor
(
hex
:
0x2f7ef6
)
.
withAlphaComponent
(
0.08
)
button
.
backgroundColor
=
UIColor
(
hex
:
0x2f7ef6
)
.
withAlphaComponent
(
0.08
)
button
.
titleLabel
?
.
font
=
kBoldFont
(
s
ize
:
12
)
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_M
(
ofS
ize
:
12
)
button
.
contentHorizontalAlignment
=
.
center
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"使用此模板"
,
for
:
.
normal
)
button
.
setTitle
(
"使用此模板"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0x2f7ef6
),
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0x2f7ef6
),
for
:
.
normal
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/WorkExperience/V/YHWorkIntroductionItemView.swift
View file @
cd8777e2
...
@@ -50,7 +50,7 @@ class YHWorkIntroductionItemView: UIView {
...
@@ -50,7 +50,7 @@ class YHWorkIntroductionItemView: UIView {
subTitleLabel
=
{
subTitleLabel
=
{
let
label
=
UILabel
()
let
label
=
UILabel
()
label
.
font
=
kBoldFont
(
s
ize
:
12
)
label
.
font
=
UIFont
.
PFSC_M
(
ofS
ize
:
12
)
label
.
textAlignment
=
.
left
label
.
textAlignment
=
.
left
label
.
textColor
=
UIColor
.
contentBkgColor
label
.
textColor
=
UIColor
.
contentBkgColor
return
label
return
label
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/WorkExperience/V/YHWorkItemView.swift
View file @
cd8777e2
...
@@ -53,7 +53,7 @@ class YHWorkItemView: UIView {
...
@@ -53,7 +53,7 @@ class YHWorkItemView: UIView {
subTitleLabel
=
{
subTitleLabel
=
{
let
label
=
UILabel
()
let
label
=
UILabel
()
label
.
font
=
kBoldFont
(
s
ize
:
12
)
label
.
font
=
UIFont
.
PFSC_M
(
ofS
ize
:
12
)
label
.
textAlignment
=
.
left
label
.
textAlignment
=
.
left
label
.
textColor
=
UIColor
.
contentBkgColor
label
.
textColor
=
UIColor
.
contentBkgColor
return
label
return
label
...
...
galaxy/galaxy/Classes/Modules/Login(登录)/C/YHCodeSueecssViewController.swift
View file @
cd8777e2
...
@@ -113,7 +113,7 @@ class YHCodeSueecssViewController: YHBaseViewController {
...
@@ -113,7 +113,7 @@ class YHCodeSueecssViewController: YHBaseViewController {
getCodeLabel
=
{
getCodeLabel
=
{
let
button
=
UILabel
()
let
button
=
UILabel
()
button
.
font
=
kBoldFont
(
s
ize
:
12
)
button
.
font
=
UIFont
.
PFSC_M
(
ofS
ize
:
12
)
button
.
text
=
"重新发送(58s)"
button
.
text
=
"重新发送(58s)"
button
.
textColor
=
UIColor
(
hex
:
0xc0c0c0
)
button
.
textColor
=
UIColor
(
hex
:
0xc0c0c0
)
button
.
textAlignment
=
.
center
button
.
textAlignment
=
.
center
...
@@ -133,7 +133,7 @@ class YHCodeSueecssViewController: YHBaseViewController {
...
@@ -133,7 +133,7 @@ class YHCodeSueecssViewController: YHBaseViewController {
getCodeButton
=
{
getCodeButton
=
{
let
button
=
UIButton
(
type
:
.
custom
)
let
button
=
UIButton
(
type
:
.
custom
)
button
.
titleLabel
?
.
font
=
kBoldFont
(
s
ize
:
12
)
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_M
(
ofS
ize
:
12
)
button
.
contentHorizontalAlignment
=
.
center
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"获取验证码"
,
for
:
.
normal
)
button
.
setTitle
(
"获取验证码"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
.
mainTextColor
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
.
mainTextColor
,
for
:
.
normal
)
...
...
galaxy/galaxy/Classes/Modules/Login(登录)/V/YHLoginPrivacyView.swift
View file @
cd8777e2
...
@@ -58,7 +58,7 @@ class YHLoginPrivacyView: UIView {
...
@@ -58,7 +58,7 @@ class YHLoginPrivacyView: UIView {
serviceButton
=
{
serviceButton
=
{
let
button
=
UIButton
(
type
:
.
custom
)
let
button
=
UIButton
(
type
:
.
custom
)
button
.
titleLabel
?
.
font
=
kBoldFont
(
s
ize
:
12
)
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_M
(
ofS
ize
:
12
)
button
.
contentHorizontalAlignment
=
.
center
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"《隐私协议》"
,
for
:
.
normal
)
button
.
setTitle
(
"《隐私协议》"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0x2f7ef6
),
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0x2f7ef6
),
for
:
.
normal
)
...
@@ -87,7 +87,7 @@ class YHLoginPrivacyView: UIView {
...
@@ -87,7 +87,7 @@ class YHLoginPrivacyView: UIView {
}
}
privacyButton
=
{
privacyButton
=
{
let
button
=
UIButton
(
type
:
.
custom
)
let
button
=
UIButton
(
type
:
.
custom
)
button
.
titleLabel
?
.
font
=
kBoldFont
(
s
ize
:
12
)
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_M
(
ofS
ize
:
12
)
button
.
contentHorizontalAlignment
=
.
center
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"《用户条款》"
,
for
:
.
normal
)
button
.
setTitle
(
"《用户条款》"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0x2f7ef6
),
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0x2f7ef6
),
for
:
.
normal
)
...
...
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