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
e5059fe5
Commit
e5059fe5
authored
Dec 17, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// AI
parent
f93658fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
YHProductItemView.swift
...es/Modules/AI/AI-Dialogue(AI对话)/V/YHProductItemView.swift
+5
-5
No files found.
galaxy/galaxy/Classes/Modules/AI/AI-Dialogue(AI对话)/V/YHProductItemView.swift
View file @
e5059fe5
...
...
@@ -113,35 +113,35 @@ class YHProductItemView: UIView {
iconImgView
.
snp
.
makeConstraints
{
make
in
make
.
width
.
height
.
equalTo
(
80
)
make
.
left
.
equalTo
(
16
)
make
.
left
.
equalTo
(
0
)
make
.
top
.
equalTo
(
20
)
make
.
bottom
.
equalTo
(
-
20
)
}
titleLabel
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalTo
(
iconImgView
.
snp
.
right
)
.
offset
(
12
)
make
.
right
.
equalTo
(
-
12
)
make
.
right
.
equalTo
(
0
)
make
.
top
.
equalTo
(
iconImgView
)
make
.
height
.
equalTo
(
22
)
}
tagContentView
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalTo
(
titleLabel
)
make
.
right
.
equalTo
(
-
12
)
make
.
right
.
equalTo
(
0
)
make
.
height
.
equalTo
(
16
)
make
.
top
.
equalTo
(
titleLabel
.
snp
.
bottom
)
.
offset
(
4
)
}
priceLabel
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalTo
(
titleLabel
)
make
.
right
.
equalTo
(
-
12
)
make
.
right
.
equalTo
(
0
)
make
.
bottom
.
equalTo
(
iconImgView
)
make
.
height
.
equalTo
(
20
)
}
bottomLineView
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalTo
(
iconImgView
)
make
.
right
.
equalTo
(
-
12
)
make
.
right
.
equalTo
(
0
)
make
.
height
.
equalTo
(
0.5
)
make
.
bottom
.
equalTo
(
0
)
}
...
...
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