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
34ee162e
Commit
34ee162e
authored
Oct 24, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码提交
parent
5d3d8189
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
YHResignUploadSuccessDocListCell.swift
...nUploadDoc(续签补件)/V/YHResignUploadSuccessDocListCell.swift
+4
-0
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignUploadDoc(续签补件)/V/YHResignUploadSuccessDocListCell.swift
View file @
34ee162e
...
@@ -130,6 +130,7 @@ class YHResignUploadFileItemView: UIView {
...
@@ -130,6 +130,7 @@ class YHResignUploadFileItemView: UIView {
editBtn
.
titleLabel
?
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
11
)
editBtn
.
titleLabel
?
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
11
)
editBtn
.
setBackgroundColor
(
color
:
UIColor
(
hex
:
0xf4f6fa
),
forState
:
.
normal
)
editBtn
.
setBackgroundColor
(
color
:
UIColor
(
hex
:
0xf4f6fa
),
forState
:
.
normal
)
editBtn
.
YH_clickEdgeInsets
=
UIEdgeInsets
(
top
:
30
,
left
:
30
,
bottom
:
30
,
right
:
30
)
editBtn
.
YH_clickEdgeInsets
=
UIEdgeInsets
(
top
:
30
,
left
:
30
,
bottom
:
30
,
right
:
30
)
editBtn
.
addTarget
(
self
,
action
:
#selector(
click
)
,
for
:
.
touchUpInside
)
editBtn
.
layer
.
cornerRadius
=
10
editBtn
.
layer
.
cornerRadius
=
10
whiteView
.
addSubview
(
editBtn
)
whiteView
.
addSubview
(
editBtn
)
...
@@ -200,4 +201,7 @@ class YHResignUploadFileItemView: UIView {
...
@@ -200,4 +201,7 @@ class YHResignUploadFileItemView: UIView {
}
}
}
}
@objc
func
click
()
{
itemClick
()
}
}
}
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