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
12dd2dc9
Commit
12dd2dc9
authored
Apr 18, 2025
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
布局优化
parent
1dc1ef69
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
YHMakePlanTopView.swift
...asses/Modules/Plan(方案)/MakePlan/V/YHMakePlanTopView.swift
+2
-1
No files found.
galaxy/galaxy/Classes/Modules/Plan(方案)/MakePlan/V/YHMakePlanTopView.swift
View file @
12dd2dc9
...
@@ -33,6 +33,7 @@ class YHMakePlanTopView: UIView {
...
@@ -33,6 +33,7 @@ class YHMakePlanTopView: UIView {
private
let
percentageLabel
:
UILabel
=
{
private
let
percentageLabel
:
UILabel
=
{
let
label
=
UILabel
()
let
label
=
UILabel
()
label
.
textAlignment
=
.
right
return
label
return
label
}()
}()
...
@@ -79,7 +80,7 @@ class YHMakePlanTopView: UIView {
...
@@ -79,7 +80,7 @@ class YHMakePlanTopView: UIView {
}
}
percentageLabel
.
snp
.
makeConstraints
{
make
in
percentageLabel
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalTo
(
self
.
snp
.
centerX
)
make
.
right
.
equalTo
(
-
34
)
make
.
height
.
equalTo
(
24
)
make
.
height
.
equalTo
(
24
)
make
.
top
.
equalTo
(
18
)
make
.
top
.
equalTo
(
18
)
}
}
...
...
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