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
3cbac33a
Commit
3cbac33a
authored
Jul 11, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
处理 首页的UI的bug
parent
4d3ccc33
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
YHHomeHoldViewPageViewController.swift
...Modules/Home(首页)/C/YHHomeHoldViewPageViewController.swift
+1
-1
YHServerTableHeadView.swift
...es/IntelligentService(服务中心)/V/YHServerTableHeadView.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHHomeHoldViewPageViewController.swift
View file @
3cbac33a
...
@@ -88,7 +88,7 @@ class YHHomeHoldViewPageViewController: YHBaseViewController {
...
@@ -88,7 +88,7 @@ class YHHomeHoldViewPageViewController: YHBaseViewController {
let
offy
=
k_Height_safeAreaInsetsTop
()
+
6
+
YHHomeSearchView
.
viewH
+
6
let
offy
=
k_Height_safeAreaInsetsTop
()
+
6
+
YHHomeSearchView
.
viewH
+
6
segmentedView
.
frame
=
CGRect
(
x
:
0
,
y
:
offy
,
width
:
view
.
bounds
.
size
.
width
,
height
:
48
)
segmentedView
.
frame
=
CGRect
(
x
:
0
,
y
:
offy
,
width
:
view
.
bounds
.
size
.
width
,
height
:
48
)
let
offy1
=
offy
+
48
let
offy1
=
offy
+
48
+
10
listContainerView
.
frame
=
CGRect
(
x
:
0
,
y
:
offy1
,
width
:
view
.
bounds
.
size
.
width
,
height
:
view
.
bounds
.
size
.
height
-
offy1
-
k_Height_TabBar
)
listContainerView
.
frame
=
CGRect
(
x
:
0
,
y
:
offy1
,
width
:
view
.
bounds
.
size
.
width
,
height
:
view
.
bounds
.
size
.
height
-
offy1
-
k_Height_TabBar
)
}
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/V/YHServerTableHeadView.swift
View file @
3cbac33a
...
@@ -59,7 +59,7 @@ class YHServerTableHeadView: UIView {
...
@@ -59,7 +59,7 @@ class YHServerTableHeadView: UIView {
}()
}()
addSubview
(
bannarView
)
addSubview
(
bannarView
)
bannarView
.
snp
.
makeConstraints
{
make
in
bannarView
.
snp
.
makeConstraints
{
make
in
make
.
top
.
equalTo
(
6
)
make
.
top
.
equalTo
Superview
(
)
make
.
height
.
equalTo
(
235
)
make
.
height
.
equalTo
(
235
)
make
.
left
.
right
.
equalToSuperview
()
make
.
left
.
right
.
equalToSuperview
()
}
}
...
...
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