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
7c086355
Commit
7c086355
authored
Jul 30, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// UI
parent
362e4915
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
YHShareViewOnTablebarView.swift
galaxy/galaxy/Classes/Base/V/YHShareViewOnTablebarView.swift
+1
-1
YHHomeInfoDetailViewController.swift
...s/Modules/Home(首页)/C/YHHomeInfoDetailViewController.swift
+1
-0
YHServiceTableFootView.swift
...s/IntelligentService(服务中心)/V/YHServiceTableFootView.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Base/V/YHShareViewOnTablebarView.swift
View file @
7c086355
...
...
@@ -127,7 +127,7 @@ private extension YHShareViewOnTablebarView {
make
.
top
.
equalToSuperview
()
.
offset
(
8
)
make
.
left
.
equalTo
(
shareBtn
.
snp
.
right
)
.
offset
(
14
)
make
.
right
.
equalTo
(
-
20
)
make
.
height
.
equalTo
(
4
6
)
make
.
height
.
equalTo
(
4
4
)
}
}
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHHomeInfoDetailViewController.swift
View file @
7c086355
...
...
@@ -29,6 +29,7 @@ class YHHomeInfoDetailViewController: YHBaseViewController {
collectinoView
.
register
(
YHHomeCollectionViewCell
.
self
,
forCellWithReuseIdentifier
:
YHHomeCollectionViewCell
.
cellReuseIdentifier
)
collectinoView
.
delegate
=
self
collectinoView
.
dataSource
=
self
collectinoView
.
contentInset
=
UIEdgeInsets
(
top
:
16.0
,
left
:
0.0
,
bottom
:
0.0
,
right
:
0.0
)
collectinoView
.
translatesAutoresizingMaskIntoConstraints
=
false
collectinoView
.
alwaysBounceVertical
=
true
collectinoView
.
showsVerticalScrollIndicator
=
false
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/V/YHServiceTableFootView.swift
View file @
7c086355
...
...
@@ -25,7 +25,7 @@ class YHServiceTableFootView: UIView {
let
flowLayout
=
YHHomeCollectionLayout
()
flowLayout
.
minimumInteritemSpacing
=
7.0
flowLayout
.
minimumColumnSpacing
=
7.0
flowLayout
.
sectionInset
=
UIEdgeInsets
(
top
:
0
,
left
:
24
,
bottom
:
20
,
right
:
24
)
flowLayout
.
sectionInset
=
UIEdgeInsets
(
top
:
8
,
left
:
24
,
bottom
:
20
,
right
:
24
)
let
collectinoView
=
UICollectionView
(
frame
:
.
zero
,
collectionViewLayout
:
flowLayout
)
collectinoView
.
backgroundColor
=
.
white
collectinoView
.
register
(
YHHomeCollectionViewCell
.
self
,
forCellWithReuseIdentifier
:
YHHomeCollectionViewCell
.
cellReuseIdentifier
)
...
...
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