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
4593e8a3
Commit
4593e8a3
authored
May 13, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI 优化
parent
dd31076b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
13 deletions
+5
-13
YHInformationPerfectListVC.swift
...telligentService(服务中心)/C/YHInformationPerfectListVC.swift
+4
-9
YHFileListViewController.swift
...ice(服务中心)/FileList(文件清单)/C/YHFileListViewController.swift
+1
-1
YHInformationPerfectCell.swift
...IntelligentService(服务中心)/V/YHInformationPerfectCell.swift
+0
-3
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/C/YHInformationPerfectListVC.swift
View file @
4593e8a3
...
...
@@ -325,17 +325,12 @@ extension YHInformationPerfectListVC {
make
.
bottom
.
equalTo
(
myBottomView
.
snp
.
top
)
}
myHeadView
.
addSubview
(
headerTitleDesLable
)
headerTitleDesLable
.
snp
.
makeConstraints
{
make
in
make
.
top
.
equalTo
(
16
)
make
.
left
.
equalTo
(
24
)
make
.
right
.
equalTo
(
-
24
)
make
.
height
.
equalTo
(
2
6
)
make
.
height
.
equalTo
(
2
9
)
}
let
desLable
=
UILabel
(
text
:
"此表由主申请人填写,我们将会根据您的个人信息制作资料清单,请按顺序填写,提交后1-2个工作日内联系您哦~"
)
...
...
@@ -346,13 +341,13 @@ extension YHInformationPerfectListVC {
myHeadView
.
addSubview
(
desLable
)
desLable
.
snp
.
makeConstraints
{
make
in
make
.
top
.
equalTo
(
headerTitleDesLable
.
snp
.
bottom
)
.
offset
(
10
)
make
.
top
.
equalTo
(
headerTitleDesLable
.
snp
.
bottom
)
.
offset
(
6
)
make
.
left
.
equalTo
(
24
)
make
.
right
.
equalTo
(
-
24
)
make
.
bottom
.
equalToSuperview
()
}
myHeadView
.
frame
=
CGRect
(
x
:
0
,
y
:
0
,
width
:
KScreenWidth
,
height
:
96
)
myHeadView
.
frame
=
CGRect
(
x
:
0
,
y
:
0
,
width
:
KScreenWidth
,
height
:
100
)
homeTableView
.
tableHeaderView
=
myHeadView
homeTableView
.
reloadData
()
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/FileList(文件清单)/C/YHFileListViewController.swift
View file @
4593e8a3
...
...
@@ -63,7 +63,7 @@ class YHFileListViewController: YHBaseViewController {
private
lazy
var
footLable
:
UILabel
=
{
let
footLable
=
UILabel
()
footLable
.
text
=
"*感谢您对银河
移民的信赖,以上信息均用于香港优才签证申请,银河移民
承诺对您所提供的信息将绝对保密"
footLable
.
text
=
"*感谢您对银河
集团的信赖,以上信息均用于香港优才签证申请,银河集团
承诺对您所提供的信息将绝对保密"
footLable
.
textColor
=
.
white
footLable
.
textAlignment
=
.
center
footLable
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
12
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/V/YHInformationPerfectCell.swift
View file @
4593e8a3
...
...
@@ -159,9 +159,6 @@ extension YHInformationPerfectCell {
}
}
}
func
setupUI
()
{
...
...
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