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
f3a12b5e
Commit
f3a12b5e
authored
Oct 23, 2024
by
Alex朱枝文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
续签文书管理优化提示边框线调整
parent
3a452188
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
YHResignDocumentMultiLineTipsCell.swift
...agement(续签文书管理)/V/YHResignDocumentMultiLineTipsCell.swift
+0
-1
YHResignDocumentTipsCell.swift
...cumentManagement(续签文书管理)/V/YHResignDocumentTipsCell.swift
+2
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignDocumentManagement(续签文书管理)/V/YHResignDocumentMultiLineTipsCell.swift
View file @
f3a12b5e
...
@@ -25,7 +25,6 @@ class YHResignDocumentMultiLineTipsCell: YHResignDocumentCell {
...
@@ -25,7 +25,6 @@ class YHResignDocumentMultiLineTipsCell: YHResignDocumentCell {
private
lazy
var
bgView
:
UIImageView
=
{
private
lazy
var
bgView
:
UIImageView
=
{
let
view
=
UIImageView
()
let
view
=
UIImageView
()
view
.
image
=
UIImage
(
named
:
"document_prompt_bg_small"
)
view
.
image
=
UIImage
(
named
:
"document_prompt_bg_small"
)
view
.
contentMode
=
.
scaleAspectFill
return
view
return
view
}()
}()
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignDocumentManagement(续签文书管理)/V/YHResignDocumentTipsCell.swift
View file @
f3a12b5e
...
@@ -15,7 +15,6 @@ class YHResignDocumentTipsCell: YHResignDocumentCell {
...
@@ -15,7 +15,6 @@ class YHResignDocumentTipsCell: YHResignDocumentCell {
private
lazy
var
bgView
:
UIImageView
=
{
private
lazy
var
bgView
:
UIImageView
=
{
let
view
=
UIImageView
()
let
view
=
UIImageView
()
view
.
image
=
UIImage
(
named
:
"document_prompt_bg_small"
)
view
.
image
=
UIImage
(
named
:
"document_prompt_bg_small"
)
view
.
contentMode
=
.
scaleAspectFill
return
view
return
view
}()
}()
...
@@ -73,7 +72,9 @@ extension YHResignDocumentTipsCell {
...
@@ -73,7 +72,9 @@ extension YHResignDocumentTipsCell {
subContainerView
.
addSubview
(
infoDetailLabel
)
subContainerView
.
addSubview
(
infoDetailLabel
)
subContainerView
.
sendSubviewToBack
(
bgView
)
subContainerView
.
sendSubviewToBack
(
bgView
)
bgView
.
setContentCompressionResistancePriority
(
.
defaultLow
,
for
:
.
vertical
)
bgView
.
setContentCompressionResistancePriority
(
.
defaultLow
,
for
:
.
vertical
)
bgView
.
setContentCompressionResistancePriority
(
.
defaultLow
,
for
:
.
horizontal
)
bgView
.
setContentHuggingPriority
(
.
defaultLow
,
for
:
.
vertical
)
bgView
.
setContentHuggingPriority
(
.
defaultLow
,
for
:
.
vertical
)
bgView
.
setContentHuggingPriority
(
.
defaultLow
,
for
:
.
horizontal
)
bgView
.
snp
.
makeConstraints
{
make
in
bgView
.
snp
.
makeConstraints
{
make
in
make
.
edges
.
equalToSuperview
()
make
.
edges
.
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