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
7049c596
Commit
7049c596
authored
Oct 14, 2024
by
Alex朱枝文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决约束冲突警告
parent
88520441
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
20 additions
and
20 deletions
+20
-20
YHGalaxyManagerTipsItemView.swift
...sses/Modules/Home(首页)/V/YHGalaxyManagerTipsItemView.swift
+4
-4
YHOrderTipsItemView.swift
...laxy/Classes/Modules/Home(首页)/V/YHOrderTipsItemView.swift
+1
-1
YHOrderTipsView.swift
...y/galaxy/Classes/Modules/Home(首页)/V/YHOrderTipsView.swift
+2
-2
YHHKRecordsRemarkCell.swift
...gImmigrationRecords(在港记录管理)/V/YHHKRecordsRemarkCell.swift
+1
-1
YHVisaRenewalResidenceActionCell.swift
...lPayment(续签在港缴费)/V/YHVisaRenewalResidenceActionCell.swift
+2
-2
YHResignDocumentStatusCell.swift
...mentManagement(续签文书管理)/V/YHResignDocumentStatusCell.swift
+10
-10
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/V/YHGalaxyManagerTipsItemView.swift
View file @
7049c596
...
...
@@ -114,24 +114,24 @@ extension YHGalaxyManagerTipsItemView {
segmentationView
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalTo
(
lableGalaxyMgr
.
snp
.
right
)
.
offset
(
8
)
make
.
height
.
equalTo
(
10
)
make
.
width
.
equalTo
(
1
)
make
.
width
.
equalTo
(
1
)
.
priority
(
.
high
)
make
.
centerY
.
equalToSuperview
()
}
rightIconImageV
.
snp
.
makeConstraints
{
make
in
make
.
right
.
equalTo
(
-
12
)
make
.
centerY
.
equalToSuperview
()
make
.
width
.
height
.
equalTo
(
12
)
make
.
width
.
height
.
equalTo
(
12
)
.
priority
(
.
high
)
}
dotView
.
snp
.
makeConstraints
{
make
in
make
.
width
.
height
.
equalTo
(
dotWidth
)
make
.
width
.
height
.
equalTo
(
dotWidth
)
.
priority
(
.
high
)
make
.
right
.
equalTo
(
rightIconImageV
.
snp
.
left
)
.
offset
(
-
12
)
make
.
centerY
.
equalToSuperview
()
}
lableMessage
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalTo
(
segmentationView
.
snp
.
right
)
.
offset
(
8
)
make
.
left
.
equalTo
(
segmentationView
.
snp
.
right
)
.
offset
(
8
)
.
priority
(
.
high
)
make
.
height
.
equalTo
(
18
)
make
.
centerY
.
equalToSuperview
()
make
.
right
.
lessThanOrEqualTo
(
dotView
.
snp
.
left
)
.
offset
(
-
12
)
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/V/YHOrderTipsItemView.swift
View file @
7049c596
...
...
@@ -200,7 +200,7 @@ extension YHOrderTipsItemView {
}
segmentationView
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalTo
(
lableMyOrder
.
snp
.
right
)
.
offset
(
8
)
make
.
left
.
equalTo
(
lableMyOrder
.
snp
.
right
)
.
offset
(
8
)
.
priority
(
.
high
)
make
.
height
.
equalTo
(
10
)
make
.
width
.
equalTo
(
1
)
make
.
centerY
.
equalToSuperview
()
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/V/YHOrderTipsView.swift
View file @
7049c596
...
...
@@ -271,13 +271,13 @@ private extension YHOrderTipsView {
iconImageV
.
snp
.
makeConstraints
{
make
in
make
.
top
.
equalTo
(
20
)
make
.
left
.
equalTo
(
kMargin
)
make
.
width
.
height
.
equalTo
(
44
)
make
.
width
.
height
.
equalTo
(
44
)
.
priority
(
.
high
)
}
addSubview
(
lableTip
)
lableTip
.
snp
.
makeConstraints
{
make
in
make
.
top
.
equalToSuperview
()
.
offset
(
21
)
make
.
left
.
equalTo
(
iconImageV
.
snp
.
right
)
.
offset
(
12
)
make
.
left
.
equalTo
(
iconImageV
.
snp
.
right
)
.
offset
(
12
)
.
priority
(
.
high
)
make
.
right
.
lessThanOrEqualToSuperview
()
.
offset
(
-
12
)
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/HongKongImmigrationRecords(在港记录管理)/V/YHHKRecordsRemarkCell.swift
View file @
7049c596
...
...
@@ -96,7 +96,7 @@ extension YHHKRecordsRemarkCell {
make
.
left
.
equalToSuperview
()
.
offset
(
12
)
make
.
right
.
equalToSuperview
()
.
offset
(
-
12
)
make
.
top
.
equalToSuperview
()
.
offset
(
10
)
make
.
bottom
.
equalToSuperview
()
.
offset
(
-
10
)
make
.
bottom
.
equalToSuperview
()
.
offset
(
-
10
)
.
priority
(
.
high
)
}
editTipsLabel
.
snp
.
makeConstraints
{
make
in
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/HongKongVisaRenewalPayment(续签在港缴费)/V/YHVisaRenewalResidenceActionCell.swift
View file @
7049c596
...
...
@@ -58,7 +58,7 @@ class YHVisaRenewalResidenceActionCell: YHResignDocumentCell {
infoTitleLabel
.
snp
.
remakeConstraints
{
make
in
make
.
left
.
equalToSuperview
()
.
offset
(
18
)
make
.
top
.
equalToSuperview
()
.
offset
(
16
)
make
.
bottom
.
equalToSuperview
()
.
offset
(
-
bottomMargin
)
make
.
bottom
.
equalToSuperview
()
.
offset
(
-
bottomMargin
)
.
priority
(
.
high
)
}
}
}
...
...
@@ -80,7 +80,7 @@ extension YHVisaRenewalResidenceActionCell {
infoTitleLabel
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalToSuperview
()
.
offset
(
18
)
make
.
top
.
equalToSuperview
()
.
offset
(
16
)
make
.
bottom
.
equalToSuperview
()
.
offset
(
-
16
)
make
.
bottom
.
equalToSuperview
()
.
offset
(
-
16
)
.
priority
(
.
high
)
}
rightButton
.
snp
.
makeConstraints
{
make
in
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignDocumentManagement(续签文书管理)/V/YHResignDocumentStatusCell.swift
View file @
7049c596
...
...
@@ -262,7 +262,7 @@ extension YHResignDocumentStatusCell {
leftLineView
.
snp
.
remakeConstraints
{
make
in
make
.
left
.
equalTo
(
leftButton
.
snp
.
right
)
make
.
height
.
equalTo
(
16
)
make
.
width
.
equalTo
(
0.5
)
make
.
width
.
equalTo
(
0.5
)
.
priority
(
.
high
)
make
.
centerY
.
equalToSuperview
()
}
midButton
.
snp
.
remakeConstraints
{
make
in
...
...
@@ -309,7 +309,7 @@ extension YHResignDocumentStatusCell {
leftLineView
.
snp
.
remakeConstraints
{
make
in
make
.
left
.
equalTo
(
leftButton
.
snp
.
right
)
make
.
height
.
equalTo
(
16
)
make
.
width
.
equalTo
(
0.5
)
make
.
width
.
equalTo
(
0.5
)
.
priority
(
.
high
)
make
.
centerY
.
equalToSuperview
()
}
...
...
@@ -322,7 +322,7 @@ extension YHResignDocumentStatusCell {
rightLineView
.
snp
.
remakeConstraints
{
make
in
make
.
left
.
equalTo
(
midButton
.
snp
.
right
)
make
.
height
.
equalTo
(
16
)
make
.
width
.
equalTo
(
0.5
)
make
.
width
.
equalTo
(
0.5
)
.
priority
(
.
high
)
make
.
centerY
.
equalToSuperview
()
}
...
...
@@ -369,7 +369,7 @@ extension YHResignDocumentStatusCell {
leftLineView
.
snp
.
remakeConstraints
{
make
in
make
.
left
.
equalTo
(
leftButton
.
snp
.
right
)
make
.
height
.
equalTo
(
16
)
make
.
width
.
equalTo
(
0.5
)
make
.
width
.
equalTo
(
0.5
)
.
priority
(
.
high
)
make
.
centerY
.
equalToSuperview
()
}
...
...
@@ -382,7 +382,7 @@ extension YHResignDocumentStatusCell {
rightLineView
.
snp
.
remakeConstraints
{
make
in
make
.
left
.
equalTo
(
midButton
.
snp
.
right
)
make
.
height
.
equalTo
(
16
)
make
.
width
.
equalTo
(
0.5
)
make
.
width
.
equalTo
(
0.5
)
.
priority
(
.
high
)
make
.
centerY
.
equalToSuperview
()
}
...
...
@@ -395,7 +395,7 @@ extension YHResignDocumentStatusCell {
farRightLineView
.
snp
.
remakeConstraints
{
make
in
make
.
left
.
equalTo
(
rightButton
.
snp
.
right
)
make
.
height
.
equalTo
(
16
)
make
.
width
.
equalTo
(
0.5
)
make
.
width
.
equalTo
(
0.5
)
.
priority
(
.
high
)
make
.
centerY
.
equalToSuperview
()
}
...
...
@@ -446,7 +446,7 @@ extension YHResignDocumentStatusCell {
fileIconView
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalToSuperview
()
.
offset
(
6
)
make
.
centerY
.
equalToSuperview
()
make
.
width
.
height
.
equalTo
(
31
)
make
.
width
.
height
.
equalTo
(
31
)
.
priority
(
.
high
)
}
fileNameLabel
.
snp
.
makeConstraints
{
make
in
...
...
@@ -478,7 +478,7 @@ extension YHResignDocumentStatusCell {
leftLineView
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalTo
(
leftButton
.
snp
.
right
)
make
.
height
.
equalTo
(
16
)
make
.
width
.
equalTo
(
0.5
)
make
.
width
.
equalTo
(
0.5
)
.
priority
(
.
high
)
make
.
centerY
.
equalToSuperview
()
}
...
...
@@ -491,7 +491,7 @@ extension YHResignDocumentStatusCell {
rightLineView
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalTo
(
midButton
.
snp
.
right
)
make
.
height
.
equalTo
(
16
)
make
.
width
.
equalTo
(
0.5
)
make
.
width
.
equalTo
(
0.5
)
.
priority
(
.
high
)
make
.
centerY
.
equalToSuperview
()
}
...
...
@@ -504,7 +504,7 @@ extension YHResignDocumentStatusCell {
farRightLineView
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalTo
(
rightButton
.
snp
.
right
)
make
.
height
.
equalTo
(
16
)
make
.
width
.
equalTo
(
0.5
)
make
.
width
.
equalTo
(
0.5
)
.
priority
(
.
high
)
make
.
centerY
.
equalToSuperview
()
}
...
...
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