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
8d00dd50
Commit
8d00dd50
authored
Oct 12, 2025
by
Alex朱枝文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
弹出框UI调整
parent
7464c0d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
YHGrayCommonAlertView.swift
.../QMAS(优才)/MySignature(我的签字)/V/YHGrayCommonAlertView.swift
+7
-6
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/MySignature(我的签字)/V/YHGrayCommonAlertView.swift
View file @
8d00dd50
...
...
@@ -59,18 +59,18 @@ class YHGrayCommonAlertView: UIView {
make
.
left
.
equalTo
(
22
)
make
.
right
.
equalTo
(
-
22
)
make
.
height
.
greaterThanOrEqualTo
(
21
)
make
.
top
.
equalTo
(
3
7
)
make
.
top
.
equalTo
(
3
2
)
make
.
bottom
.
equalTo
(
disAgressButton
.
snp
.
top
)
.
offset
(
-
20
)
}
}
else
{
lineView
.
isHidden
=
fals
e
lineView
.
isHidden
=
tru
e
messageLabel
.
snp
.
remakeConstraints
{
make
in
make
.
left
.
equalTo
(
22
)
make
.
right
.
equalTo
(
-
22
)
make
.
height
.
greaterThanOrEqualTo
(
21
)
make
.
top
.
equalTo
(
lineView
.
snp
.
bottom
)
.
offset
(
21
)
make
.
top
.
equalTo
(
titleLabel
.
snp
.
bottom
)
.
offset
(
8
)
make
.
bottom
.
equalTo
(
disAgressButton
.
snp
.
top
)
.
offset
(
-
20
)
}
}
...
...
@@ -147,12 +147,12 @@ class YHGrayCommonAlertView: UIView {
make
.
left
.
equalTo
(
22
)
make
.
right
.
equalTo
(
-
22
)
make
.
height
.
equalTo
(
20
)
make
.
top
.
equalTo
(
16
)
make
.
top
.
equalTo
(
32
)
}
messageLabel
=
{
let
label
=
UILabel
()
label
.
textColor
=
UIColor
.
mainTextColor
label
.
textColor
=
UIColor
.
brandGrayColor7
label
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
16
)
label
.
numberOfLines
=
0
return
label
...
...
@@ -163,7 +163,7 @@ class YHGrayCommonAlertView: UIView {
make
.
left
.
equalTo
(
22
)
make
.
right
.
equalTo
(
-
22
)
make
.
height
.
equalTo
(
42
)
make
.
top
.
equalTo
(
6
3
)
make
.
top
.
equalTo
(
6
5
)
}
disAgressButton
=
{
...
...
@@ -206,6 +206,7 @@ class YHGrayCommonAlertView: UIView {
lineView
=
{
let
line
=
UIView
()
line
.
isHidden
=
true
line
.
backgroundColor
=
UIColor
.
separatorColor
return
line
}()
...
...
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