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
3a452188
Commit
3a452188
authored
Oct 23, 2024
by
Alex朱枝文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
续签文书优化UI bug修复
parent
9a7cc5b2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
8 deletions
+4
-8
YHCertificateUploadTypeCell.swift
.../MyCertificates(我的证书)/V/YHCertificateUploadTypeCell.swift
+1
-1
YHVisaRenewalGuideVC.swift
...ngVisaRenewalPayment(续签在港缴费)/C/YHVisaRenewalGuideVC.swift
+0
-6
YHResignDocumentMultiLineTipsCell.swift
...agement(续签文书管理)/V/YHResignDocumentMultiLineTipsCell.swift
+3
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyCertificates(我的证书)/V/YHCertificateUploadTypeCell.swift
View file @
3a452188
...
...
@@ -75,7 +75,7 @@ class YHCertificateUploadItemView: UIView {
if
item
.
type
==
.
cancel
{
titleLabel
.
textColor
=
UIColor
(
hexString
:
"#909090"
)
titleLabel
.
font
=
UIFont
.
PFSC_
R
(
ofSize
:
14
)
titleLabel
.
font
=
UIFont
.
PFSC_
M
(
ofSize
:
14
)
}
else
{
titleLabel
.
textColor
=
UIColor
.
mainTextColor
titleLabel
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
14
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/HongKongVisaRenewalPayment(续签在港缴费)/C/YHVisaRenewalGuideVC.swift
View file @
3a452188
...
...
@@ -30,12 +30,6 @@ class YHVisaRenewalGuideVC: YHBaseViewController {
return
view
}()
private
lazy
var
bottomBgView
:
UIView
=
{
let
view
=
UIView
()
view
.
backgroundColor
=
.
white
return
view
}()
private
lazy
var
tableView
:
UITableView
=
{
let
view
=
UITableView
(
frame
:
.
zero
,
style
:
.
plain
)
view
.
backgroundColor
=
.
clear
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignDocumentManagement(续签文书管理)/V/YHResignDocumentMultiLineTipsCell.swift
View file @
3a452188
...
...
@@ -105,7 +105,9 @@ extension YHResignDocumentMultiLineTipsCell {
subContainerView
.
addSubview
(
infoTitleLabel
)
subContainerView
.
sendSubviewToBack
(
bgView
)
bgView
.
setContentCompressionResistancePriority
(
.
defaultLow
,
for
:
.
vertical
)
bgView
.
setContentCompressionResistancePriority
(
.
defaultLow
,
for
:
.
horizontal
)
bgView
.
setContentHuggingPriority
(
.
defaultLow
,
for
:
.
vertical
)
bgView
.
setContentHuggingPriority
(
.
defaultLow
,
for
:
.
horizontal
)
bgView
.
snp
.
makeConstraints
{
make
in
make
.
edges
.
equalToSuperview
()
}
...
...
@@ -118,7 +120,7 @@ extension YHResignDocumentMultiLineTipsCell {
infoTitleLabel
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalTo
(
tipIconView
.
snp
.
right
)
.
offset
(
8
)
make
.
centerY
.
equalTo
(
tipIconView
)
make
.
bottom
.
lessThanOrEqualToSuperview
()
.
offset
(
-
16
)
.
priority
(
.
low
)
make
.
bottom
.
lessThanOrEqualToSuperview
()
.
offset
(
-
16
)
}
}
...
...
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