Authored by 孙凯

Merge branch '7.1.8' of http://git.yoho.cn/mobile/YH_RNComponent into 7.1.8

... ... @@ -413,11 +413,11 @@ let styles = StyleSheet.create({
height: 15,
},
thumbsUpNumView: {
backgroundColor: 'red',
backgroundColor: '#D0021B',
borderRadius: 5,
position: 'absolute',
left: 12,
top: 10,
left: 16,
top: 8,
},
thumbsUpNumText: {
backgroundColor: 'transparent',
... ...
... ... @@ -197,7 +197,7 @@ let styles = StyleSheet.create({
width: 16,
height: 16,
left: width - 84,
top:14,
top:13,
},
shareButton: {
... ...

1.15 KB | W: | H:

1.84 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

1.84 KB | W: | H:

2.8 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

829 Bytes | W: | H:

1.32 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

1.32 KB | W: | H:

1.95 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

3.5 KB | W: | H:

5.43 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

4.8 KB | W: | H:

3.5 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

1.28 KB | W: | H:

1.28 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

2.12 KB | W: | H:

2.1 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
... ... @@ -246,12 +246,14 @@ export default class Product extends Component {
this.rowMap = rowMap;
return(
<View style={styles.rowBack}>
<Text></Text>
<Text>
<TouchableOpacity activeOpacity={1} style={styles.tailContainer} onPress={_ => this.deleteRow(data,rowMap)}>
<View></View>
<TouchableOpacity activeOpacity={1} style={styles.tailContainerSub} onPress={_ => this.deleteRow(data,rowMap)}>
<View style={styles.tailContainer}>
<Text style={styles.tailText}>删除</Text>
</View>
</TouchableOpacity>
</Text>
</View>
)}}
rightOpenValue={-70}
... ... @@ -290,6 +292,10 @@ let styles = StyleSheet.create({
justifyContent: 'center',
backgroundColor: 'red'
},
tailContainerSub: {
width: 70,
height: 130,
},
tailText: {
color: 'white',
fontSize: 17,
... ...
... ... @@ -652,6 +652,7 @@
"resolved": "http://registry.npm.taobao.org/align-text/download/align-text-0.1.4.tgz",
"integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=",
"dev": true,
"optional": true,
"requires": {
"kind-of": "^3.0.2",
"longest": "^1.0.1",
... ... @@ -663,6 +664,7 @@
"resolved": "http://registry.npm.taobao.org/kind-of/download/kind-of-3.2.2.tgz",
"integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
"dev": true,
"optional": true,
"requires": {
"is-buffer": "^1.1.5"
}
... ... @@ -5738,7 +5740,8 @@
"version": "1.0.1",
"resolved": "http://registry.npm.taobao.org/longest/download/longest-1.0.1.tgz",
"integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=",
"dev": true
"dev": true,
"optional": true
},
"loose-envify": {
"version": "1.3.1",
... ... @@ -6054,7 +6057,7 @@
"resolved": "http://registry.npm.taobao.org/minimatch/download/minimatch-3.0.4.tgz",
"integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=",
"requires": {
"brace-expansion": "1.1.11"
"brace-expansion": "^1.1.7"
}
},
"minimist": {
... ...