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
6fb1ad13
Commit
6fb1ad13
authored
Jan 06, 2025
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 配偶
parent
fc2fb8a8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
16 deletions
+17
-16
YHCertificateUploadVC.swift
...息表)/C/Certificates(证书上传和证书信息)/YHCertificateUploadVC.swift
+1
-1
YHIdentityCardCell.swift
...(我的信息流程)/FamilyMember(家庭成员信息表)/V/YHIdentityCardCell.swift
+15
-14
YHGCCertificateUploadVC.swift
...)/C/Certificates(证书上传和证书信息)/YHGCCertificateUploadVC.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/ServiceProcess(我的信息流程)/FamilyMember(家庭成员信息表)/C/Certificates(证书上传和证书信息)/YHCertificateUploadVC.swift
View file @
6fb1ad13
...
...
@@ -108,7 +108,7 @@ extension YHCertificateUploadVC: UITableViewDelegate, UITableViewDataSource {
}
func
tableView
(
_
tableView
:
UITableView
,
heightForRowAt
indexPath
:
IndexPath
)
->
CGFloat
{
return
21
7
return
21
9
}
}
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/ServiceProcess(我的信息流程)/FamilyMember(家庭成员信息表)/V/YHIdentityCardCell.swift
View file @
6fb1ad13
...
...
@@ -146,8 +146,8 @@ class YHIdentityCardCell: UITableViewCell {
centerView
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalTo
(
16
)
make
.
right
.
equalTo
(
-
16
)
make
.
top
.
equalTo
(
7
)
make
.
bottom
.
equalTo
(
-
16
)
make
.
top
.
equalTo
(
16
)
make
.
bottom
.
equalTo
(
0
)
}
titleLabel
=
{
...
...
@@ -203,12 +203,6 @@ class YHIdentityCardCell: UITableViewCell {
return
label
}()
centerView
.
addSubview
(
frontLabel
)
frontLabel
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalTo
(
18
)
make
.
right
.
equalTo
(
centerView
.
snp
.
centerX
)
make
.
top
.
equalTo
(
64
)
make
.
height
.
equalTo
(
20
)
}
backSurfaceLabel
=
{
let
label
=
UILabel
()
...
...
@@ -218,12 +212,6 @@ class YHIdentityCardCell: UITableViewCell {
return
label
}()
centerView
.
addSubview
(
backSurfaceLabel
)
backSurfaceLabel
.
snp
.
makeConstraints
{
make
in
make
.
right
.
equalTo
(
-
18
)
make
.
left
.
equalTo
(
centerView
.
snp
.
centerX
)
make
.
top
.
equalTo
(
64
)
make
.
height
.
equalTo
(
20
)
}
frontImageButton
=
{
let
button
=
YHCardButton
()
...
...
@@ -242,6 +230,13 @@ class YHIdentityCardCell: UITableViewCell {
make
.
width
.
equalTo
(
147
)
}
frontLabel
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalTo
(
18
)
make
.
right
.
equalTo
(
frontImageButton
.
snp
.
right
)
make
.
top
.
equalTo
(
64
)
make
.
height
.
equalTo
(
20
)
}
frontDeleteButton
=
{
let
button
=
UIButton
(
type
:
.
custom
)
button
.
setBackgroundImage
(
UIImage
(
named
:
"service_card_delete"
),
for
:
.
normal
)
...
...
@@ -273,6 +268,12 @@ class YHIdentityCardCell: UITableViewCell {
make
.
height
.
equalTo
(
91
)
make
.
width
.
equalTo
(
147
)
}
backSurfaceLabel
.
snp
.
makeConstraints
{
make
in
make
.
right
.
equalTo
(
-
18
)
make
.
left
.
equalTo
(
backSurfaceImageButton
.
snp
.
left
)
make
.
top
.
equalTo
(
64
)
make
.
height
.
equalTo
(
20
)
}
backSurfaceDeleteButton
=
{
let
button
=
UIButton
(
type
:
.
custom
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/TTPS(高才)/ServiceProcess(我的信息流程)/FamilyMember(家庭成员)/C/Certificates(证书上传和证书信息)/YHGCCertificateUploadVC.swift
View file @
6fb1ad13
...
...
@@ -106,7 +106,7 @@ extension YHGCCertificateUploadVC: UITableViewDelegate, UITableViewDataSource {
}
func
tableView
(
_
tableView
:
UITableView
,
heightForRowAt
indexPath
:
IndexPath
)
->
CGFloat
{
return
21
7
return
21
9
}
}
...
...
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