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
6e0a744d
Commit
6e0a744d
authored
Aug 14, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 扩大展开按钮点击范围
parent
e3a69595
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
YHPrincipleEnvelopeCell.swift
...rvice/PrincipleBatch(原则批)/V/YHPrincipleEnvelopeCell.swift
+1
-1
YHPrinciplePhotoListCell.swift
...vice/PrincipleBatch(原则批)/V/YHPrinciplePhotoListCell.swift
+1
-1
YHPrincipleProfileListCell.swift
...ce/PrincipleBatch(原则批)/V/YHPrincipleProfileListCell.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/PrincipleBatch(原则批)/V/YHPrincipleEnvelopeCell.swift
View file @
6e0a744d
...
@@ -44,7 +44,7 @@ class YHPrincipleEnvelopeCell: UITableViewCell {
...
@@ -44,7 +44,7 @@ class YHPrincipleEnvelopeCell: UITableViewCell {
let
btn
=
UIButton
()
let
btn
=
UIButton
()
btn
.
setImage
(
UIImage
(
named
:
"custom_service_expand_0"
),
for
:
.
normal
)
btn
.
setImage
(
UIImage
(
named
:
"custom_service_expand_0"
),
for
:
.
normal
)
btn
.
addTarget
(
self
,
action
:
#selector(
didExpandBtnClicked
)
,
for
:
.
touchUpInside
)
btn
.
addTarget
(
self
,
action
:
#selector(
didExpandBtnClicked
)
,
for
:
.
touchUpInside
)
btn
.
YH_clickEdgeInsets
=
UIEdgeInsets
(
top
:
0
,
left
:
40
,
bottom
:
20
,
right
:
40
)
btn
.
YH_clickEdgeInsets
=
UIEdgeInsets
(
top
:
0
,
left
:
KScreenWidth
,
bottom
:
20
,
right
:
40
)
return
btn
return
btn
}()
}()
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/PrincipleBatch(原则批)/V/YHPrinciplePhotoListCell.swift
View file @
6e0a744d
...
@@ -40,7 +40,7 @@ class YHPrinciplePhotoListCell: UITableViewCell {
...
@@ -40,7 +40,7 @@ class YHPrinciplePhotoListCell: UITableViewCell {
let
btn
=
UIButton
()
let
btn
=
UIButton
()
btn
.
setImage
(
UIImage
(
named
:
"custom_service_expand_0"
),
for
:
.
normal
)
btn
.
setImage
(
UIImage
(
named
:
"custom_service_expand_0"
),
for
:
.
normal
)
btn
.
addTarget
(
self
,
action
:
#selector(
didExpandBtnClicked
)
,
for
:
.
touchUpInside
)
btn
.
addTarget
(
self
,
action
:
#selector(
didExpandBtnClicked
)
,
for
:
.
touchUpInside
)
btn
.
YH_clickEdgeInsets
=
UIEdgeInsets
(
top
:
0
,
left
:
40
,
bottom
:
20
,
right
:
40
)
btn
.
YH_clickEdgeInsets
=
UIEdgeInsets
(
top
:
0
,
left
:
KScreenWidth
,
bottom
:
20
,
right
:
40
)
return
btn
return
btn
}()
}()
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/PrincipleBatch(原则批)/V/YHPrincipleProfileListCell.swift
View file @
6e0a744d
...
@@ -136,7 +136,7 @@ class YHPrincipleProfileListCell: UITableViewCell {
...
@@ -136,7 +136,7 @@ class YHPrincipleProfileListCell: UITableViewCell {
let
btn
=
UIButton
()
let
btn
=
UIButton
()
btn
.
setImage
(
UIImage
(
named
:
"custom_service_expand_0"
),
for
:
.
normal
)
btn
.
setImage
(
UIImage
(
named
:
"custom_service_expand_0"
),
for
:
.
normal
)
btn
.
addTarget
(
self
,
action
:
#selector(
didExpandBtnClicked
)
,
for
:
.
touchUpInside
)
btn
.
addTarget
(
self
,
action
:
#selector(
didExpandBtnClicked
)
,
for
:
.
touchUpInside
)
btn
.
YH_clickEdgeInsets
=
UIEdgeInsets
(
top
:
0
,
left
:
40
,
bottom
:
20
,
right
:
40
)
btn
.
YH_clickEdgeInsets
=
UIEdgeInsets
(
top
:
0
,
left
:
KScreenWidth
,
bottom
:
20
,
right
:
40
)
return
btn
return
btn
}()
}()
...
...
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