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
140bdb01
Commit
140bdb01
authored
Aug 26, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// UI
parent
889990bc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
YHActivateHKVisaCell.swift
...AppointCertificate(3 赴港办证预约)/V/YHActivateHKVisaCell.swift
+1
-1
YHCertificateAppointOptionCell.swift
...tificate(3 赴港办证预约)/V/YHCertificateAppointOptionCell.swift
+1
-1
YHInfoItemOptionView.swift
...AppointCertificate(3 赴港办证预约)/V/YHInfoItemOptionView.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/AppointCertificate(3 赴港办证预约)/V/YHActivateHKVisaCell.swift
View file @
140bdb01
...
@@ -100,7 +100,7 @@ class YHActivateHKVisaCell: UITableViewCell {
...
@@ -100,7 +100,7 @@ class YHActivateHKVisaCell: UITableViewCell {
optionView
.
snp
.
makeConstraints
{
make
in
optionView
.
snp
.
makeConstraints
{
make
in
make
.
top
.
equalTo
(
lineView
.
snp
.
bottom
)
.
offset
(
0
)
make
.
top
.
equalTo
(
lineView
.
snp
.
bottom
)
.
offset
(
0
)
make
.
left
.
equalTo
(
18
)
make
.
left
.
equalTo
(
18
)
make
.
right
.
equalTo
(
0
)
make
.
right
.
equalTo
(
-
18
)
make
.
bottom
.
equalTo
(
0
)
make
.
bottom
.
equalTo
(
0
)
}
}
}
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/AppointCertificate(3 赴港办证预约)/V/YHCertificateAppointOptionCell.swift
View file @
140bdb01
...
@@ -118,7 +118,7 @@ class YHCertificateAppointOptionCell: UITableViewCell {
...
@@ -118,7 +118,7 @@ class YHCertificateAppointOptionCell: UITableViewCell {
optionsView
.
snp
.
makeConstraints
{
make
in
optionsView
.
snp
.
makeConstraints
{
make
in
make
.
top
.
equalTo
(
detailLabel
.
snp
.
bottom
)
.
offset
(
10
)
make
.
top
.
equalTo
(
detailLabel
.
snp
.
bottom
)
.
offset
(
10
)
make
.
left
.
equalTo
(
18
)
make
.
left
.
equalTo
(
18
)
make
.
right
.
equalTo
(
0
)
make
.
right
.
equalTo
(
-
18
)
make
.
bottom
.
equalTo
(
-
8
)
make
.
bottom
.
equalTo
(
-
8
)
}
}
}
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/AppointCertificate(3 赴港办证预约)/V/YHInfoItemOptionView.swift
View file @
140bdb01
...
@@ -175,7 +175,7 @@ class YHInfoItemOptionView: UIView {
...
@@ -175,7 +175,7 @@ class YHInfoItemOptionView: UIView {
}
}
secondBtn
.
snp
.
makeConstraints
{
make
in
secondBtn
.
snp
.
makeConstraints
{
make
in
make
.
right
.
equalTo
(
-
18
)
make
.
right
.
equalTo
(
0
)
make
.
size
.
equalTo
(
CGSize
(
width
:
69
,
height
:
32
))
make
.
size
.
equalTo
(
CGSize
(
width
:
69
,
height
:
32
))
make
.
centerY
.
equalTo
(
titleView
)
make
.
centerY
.
equalTo
(
titleView
)
}
}
...
...
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