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
5e89dad8
Commit
5e89dad8
authored
Jan 06, 2025
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 证件
parent
118a2587
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
YHMyFileListCell.swift
...ce(服务中心)/QMAS(优才)/FileList(文件清单)/V/YHMyFileListCell.swift
+3
-3
YHMyFileListHeaderView.swift
...心)/QMAS(优才)/FileList(文件清单)/V/YHMyFileListHeaderView.swift
+4
-4
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/FileList(文件清单)/V/YHMyFileListCell.swift
View file @
5e89dad8
...
...
@@ -182,9 +182,9 @@ class YHMyFileListCell: UITableViewCell {
self
.
infoView
.
snp
.
makeConstraints
{
make
in
make
.
top
.
equalTo
(
0
)
make
.
left
.
equalTo
(
1
)
make
.
right
.
equalTo
(
-
1
)
make
.
bottom
.
equalTo
(
-
1
)
make
.
left
.
equalTo
(
0.5
)
make
.
right
.
equalTo
(
-
0.5
)
make
.
bottom
.
equalTo
(
-
0.5
)
}
self
.
indexLabel
.
snp
.
makeConstraints
{
make
in
make
.
centerY
.
equalToSuperview
()
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/FileList(文件清单)/V/YHMyFileListHeaderView.swift
View file @
5e89dad8
...
...
@@ -66,7 +66,7 @@ class YHMyFileListHeaderView: UIView {
let
view
=
UIView
()
view
.
backgroundColor
=
UIColor
.
init
(
hex
:
0xDEE5F1
)
view
.
layer
.
cornerRadius
=
6.0
view
.
layer
.
borderWidth
=
1
view
.
layer
.
borderWidth
=
0.5
view
.
layer
.
borderColor
=
UIColor
.
init
(
hex
:
0xDEE5F1
)
.
cgColor
view
.
clipsToBounds
=
true
return
view
...
...
@@ -162,9 +162,9 @@ class YHMyFileListHeaderView: UIView {
}
self
.
columnView
.
snp
.
makeConstraints
{
make
in
make
.
left
.
top
.
equalTo
(
1
)
make
.
right
.
equalTo
(
-
1
)
make
.
bottom
.
equalTo
(
0
)
make
.
left
.
top
.
equalTo
(
0.5
)
make
.
right
.
equalTo
(
-
0.5
)
make
.
bottom
.
equalTo
(
0
.5
)
}
self
.
whiteContentView
.
snp
.
makeConstraints
{
make
in
...
...
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