罗广聪

调整border为1

... ... @@ -217,7 +217,7 @@ const styles = StyleSheet.create({
answerContainer: {
borderStyle: "solid",
borderColor: "#E6E6E6",
borderTopWidth: 0.5,
borderTopWidth: 1,
paddingHorizontal: 14,
paddingBottom: 17,
flexDirection: "row",
... ... @@ -231,7 +231,7 @@ const styles = StyleSheet.create({
height: 30,
borderStyle: "solid",
borderColor: "#E6E6E6",
borderWidth: 0.5,
borderWidth: 1,
justifyContent: "center",
alignItems: "center",
borderRadius: 3
... ...
... ... @@ -255,7 +255,7 @@ const styles = StyleSheet.create({
marginLeft: 18,
borderStyle: "solid",
borderColor: "#E8E8E8",
borderTopWidth: 0.5,
borderTopWidth: 1,
flexDirection: "row",
paddingVertical: 12
},
... ... @@ -281,7 +281,7 @@ const styles = StyleSheet.create({
paddingRight: 18,
borderStyle: "solid",
borderColor: "#E8E8E8",
borderTopWidth: 0.5,
borderTopWidth: 1,
paddingVertical: 12
},
adviceText: {
... ... @@ -308,7 +308,7 @@ const styles = StyleSheet.create({
backgroundColor: "#1B9341",
borderColor: "#E8E8E8",
borderStyle: "solid",
borderLeftWidth: 0.5
borderLeftWidth: 1
},
gridheaderText: {
fontSize: 11,
... ... @@ -319,7 +319,7 @@ const styles = StyleSheet.create({
alignItems: "center",
borderColor: "#ccc",
borderStyle: "solid",
borderWidth: 0.5
borderWidth: 1
},
contentCol: {
justifyContent: "center",
... ... @@ -327,8 +327,8 @@ const styles = StyleSheet.create({
paddingVertical: 8,
borderColor: "#ccc",
borderStyle: "solid",
borderBottomWidth: 0.5,
borderRightWidth: 0.5
borderBottomWidth: 1,
borderRightWidth: 1,
},
contentText: {
fontSize: 12,
... ... @@ -340,8 +340,8 @@ const styles = StyleSheet.create({
paddingVertical: 8,
borderColor: "#ccc",
borderStyle: "solid",
borderBottomWidth: 0.5,
borderRightWidth: 0.5
borderBottomWidth: 1,
borderRightWidth: 1
},
countText: {
fontSize: 18,
... ...