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
472bb3cb
Commit
472bb3cb
authored
May 28, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
长期按钮调整
parent
e5b23c5b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
3 deletions
+4
-3
YHItemView.swift
...信息流程)/MainApplicantInformation(主申请人信息)/V/YHItemView.swift
+2
-2
YHOtherSelecteItemView.swift
...流程)/OtherInformation(其他信息)/V/YHOtherSelecteItemView.swift
+1
-1
YHWorkExperienceItemView.swift
...流程)/WorkExperience(工作经验)/V/YHWorkExperienceItemView.swift
+1
-0
main_time_normal@2x.png
...er/主申请人/main_time_normal.imageset/main_time_normal@2x.png
+0
-0
main_time_normal@3x.png
...er/主申请人/main_time_normal.imageset/main_time_normal@3x.png
+0
-0
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/MainApplicantInformation(主申请人信息)/V/YHItemView.swift
View file @
472bb3cb
...
...
@@ -18,7 +18,7 @@ class YHItemView: UIView {
var
leftButton
:
UIButton
!
var
rightButton
:
UIButton
!
var
showPromptLabel
:
UILabel
!
var
longTimeButton
:
UIButton
!
var
longTimeButton
:
UIButton
!
var
country
:
String
=
""
var
dataSource
:
YHItemModel
?
{
didSet
{
...
...
@@ -147,7 +147,6 @@ class YHItemView: UIView {
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
14
)
button
.
contentHorizontalAlignment
=
.
right
button
.
addTarget
(
self
,
action
:
#selector(
longTimeButtonClick
)
,
for
:
.
touchUpInside
)
button
.
imageEdgeInsets
=
UIEdgeInsets
(
top
:
10
,
left
:
0
,
bottom
:
10
,
right
:
30
)
button
.
isSelected
=
false
return
button
}()
...
...
@@ -158,6 +157,7 @@ class YHItemView: UIView {
make
.
height
.
equalTo
(
32
)
make
.
width
.
equalTo
(
43
)
}
longTimeButton
.
iconInLeft
(
spacing
:
3
)
}
@objc
func
longTimeButtonClick
()
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/OtherInformation(其他信息)/V/YHOtherSelecteItemView.swift
View file @
472bb3cb
...
...
@@ -506,6 +506,6 @@ extension YHOtherSelecteItemView {
printLog
(
"error: 未处理的类型"
)
}
longTimeButton
.
iconInLeft
(
spacing
:
3
)
}
}
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/WorkExperience(工作经验)/V/YHWorkExperienceItemView.swift
View file @
472bb3cb
...
...
@@ -160,6 +160,7 @@ class YHWorkExperienceItemView: UIView {
make
.
height
.
equalTo
(
32
)
make
.
width
.
equalTo
(
43
)
}
longTimeButton
.
iconInLeft
(
spacing
:
3
)
}
@objc
func
longTimeButtonClick
()
{
...
...
galaxy/galaxy/Res/Assets.xcassets/ServiceCenter/主申请人/main_time_normal.imageset/main_time_normal@2x.png
View replaced file @
e5b23c5b
View file @
472bb3cb
523 Bytes
|
W:
|
H:
1.09 KB
|
W:
|
H:
2-up
Swipe
Onion skin
galaxy/galaxy/Res/Assets.xcassets/ServiceCenter/主申请人/main_time_normal.imageset/main_time_normal@3x.png
View replaced file @
e5b23c5b
View file @
472bb3cb
816 Bytes
|
W:
|
H:
1.33 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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