修复了重复样式,review by luliang。
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -203,7 +203,7 @@ let styles = StyleSheet.create({ | @@ -203,7 +203,7 @@ let styles = StyleSheet.create({ | ||
203 | marginTop: 2, | 203 | marginTop: 2, |
204 | }, | 204 | }, |
205 | 205 | ||
206 | - rightBottomBigImage: { | 206 | + rightBottomSmallImage: { |
207 | width: rightSmallImageWidth, | 207 | width: rightSmallImageWidth, |
208 | height: rightSmallImageHeight, | 208 | height: rightSmallImageHeight, |
209 | }, | 209 | }, |
-
Please register or login to post a comment