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
f737168a
Commit
f737168a
authored
Jan 06, 2025
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 文件
parent
ed5345a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
YHMyFileListCell.swift
...ce(服务中心)/QMAS(优才)/FileList(文件清单)/V/YHMyFileListCell.swift
+1
-1
YHMyFileListHeaderView.swift
...心)/QMAS(优才)/FileList(文件清单)/V/YHMyFileListHeaderView.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/FileList(文件清单)/V/YHMyFileListCell.swift
View file @
f737168a
...
...
@@ -50,7 +50,7 @@ class YHMyFileListCell: UITableViewCell {
var
isLastCell
:
Bool
=
false
{
didSet
{
self
.
grayView
.
layer
.
cornerRadius
=
isLastCell
?
6.0
:
0.0
self
.
grayView
.
layer
.
borderWidth
=
isLastCell
?
1.0
:
0.0
self
.
grayView
.
layer
.
borderWidth
=
isLastCell
?
0.5
:
0.0
self
.
grayView
.
snp
.
updateConstraints
{
make
in
make
.
top
.
equalToSuperview
()
.
offset
(
isLastCell
?
-
6.0
:
0.0
)
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/FileList(文件清单)/V/YHMyFileListHeaderView.swift
View file @
f737168a
...
...
@@ -151,7 +151,7 @@ class YHMyFileListHeaderView: UIView {
lineView
.
snp
.
makeConstraints
{
make
in
make
.
left
.
right
.
bottom
.
equalToSuperview
()
make
.
height
.
equalTo
(
1
)
make
.
height
.
equalTo
(
0.5
)
}
self
.
grayView
.
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