|
@@ -105,15 +105,14 @@ export default class Environment extends BaseSystem {
|
|
</div>
|
|
</div>
|
|
</View>
|
|
</View>
|
|
<View style={[styles.row,styles.button]}>
|
|
<View style={[styles.row,styles.button]}>
|
|
- <Button
|
|
|
|
- color="#D2691E"
|
|
|
|
- onPress={() => this.addRow()}
|
|
|
|
- title={
|
|
|
|
|
|
+ <View style={{width:150,height:38,background: "#F9F9F9",borderRadius:8,alignItems:'center',justifyContent:'center',marginTop:10 }}>
|
|
|
|
+
|
|
<Icon name='add'
|
|
<Icon name='add'
|
|
- color="#606060"
|
|
|
|
- containerStyle={{height:10}}
|
|
|
|
- />}
|
|
|
|
- />
|
|
|
|
|
|
+ color="#FFFFFF"
|
|
|
|
+ containerStyle={{height:27,width:30,background:'#36BBAD',borderRadius:22}}
|
|
|
|
+ onPress={() => this.addRow()}
|
|
|
|
+ />
|
|
|
|
+ </View>
|
|
</View>
|
|
</View>
|
|
</View>
|
|
</View>
|
|
}
|
|
}
|
|
@@ -143,6 +142,7 @@ const styles = StyleSheet.create({
|
|
flex:1,
|
|
flex:1,
|
|
justifyContent:'center',
|
|
justifyContent:'center',
|
|
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
rowHolders: {
|
|
rowHolders: {
|
|
padding:4
|
|
padding:4
|