Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
huangyCode
6 years ago
Commit
6b61f6512cafbb32c673143122797d9a9d5f5d77
1 parent
dfb79222
砍价列表样式修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
js/haggle/components/cell/productCell.js
js/haggle/components/cell/productCell.js
View file @
6b61f65
...
...
@@ -109,8 +109,7 @@ export default class productCell extends Component {
return
(
<
View
style
=
{
styles
.
actionContainer
}
>
<
View
style
=
{
styles
.
cutActionContainer
}
>
<
Text
style
=
{
styles
.
cutText
}
>
砍
<
/Text
>
<
Text
style
=
{
styles
.
cutPrice
}
>
¥
{
data
.
get
(
'cutTotalPrice'
)}
<
/Text
>
<
Text
style
=
{
styles
.
cutPrice
}
>
砍¥
{
data
.
get
(
'cutTotalPrice'
)}
<
/Text
>
<
/View
>
<
/View
>
)
...
...
@@ -249,7 +248,7 @@ let styles = StyleSheet.create({
continueCutContainer
:
{
width
:
91
,
height
:
33
,
borderRadius
:
3
,
borderRadius
:
2
,
backgroundColor
:
'#D0021B'
,
justifyContent
:
'center'
,
},
...
...
@@ -299,7 +298,7 @@ let styles = StyleSheet.create({
},
hasCut
:{
fontSize
:
12
,
marginTop
:
4
,
marginTop
:
2
,
color
:
'#B0B0B0'
}
});
...
...
Please
register
or
login
to post a comment