罗广聪

调整border为1

@@ -217,7 +217,7 @@ const styles = StyleSheet.create({ @@ -217,7 +217,7 @@ const styles = StyleSheet.create({
217 answerContainer: { 217 answerContainer: {
218 borderStyle: "solid", 218 borderStyle: "solid",
219 borderColor: "#E6E6E6", 219 borderColor: "#E6E6E6",
220 - borderTopWidth: 0.5, 220 + borderTopWidth: 1,
221 paddingHorizontal: 14, 221 paddingHorizontal: 14,
222 paddingBottom: 17, 222 paddingBottom: 17,
223 flexDirection: "row", 223 flexDirection: "row",
@@ -231,7 +231,7 @@ const styles = StyleSheet.create({ @@ -231,7 +231,7 @@ const styles = StyleSheet.create({
231 height: 30, 231 height: 30,
232 borderStyle: "solid", 232 borderStyle: "solid",
233 borderColor: "#E6E6E6", 233 borderColor: "#E6E6E6",
234 - borderWidth: 0.5, 234 + borderWidth: 1,
235 justifyContent: "center", 235 justifyContent: "center",
236 alignItems: "center", 236 alignItems: "center",
237 borderRadius: 3 237 borderRadius: 3
@@ -255,7 +255,7 @@ const styles = StyleSheet.create({ @@ -255,7 +255,7 @@ const styles = StyleSheet.create({
255 marginLeft: 18, 255 marginLeft: 18,
256 borderStyle: "solid", 256 borderStyle: "solid",
257 borderColor: "#E8E8E8", 257 borderColor: "#E8E8E8",
258 - borderTopWidth: 0.5, 258 + borderTopWidth: 1,
259 flexDirection: "row", 259 flexDirection: "row",
260 paddingVertical: 12 260 paddingVertical: 12
261 }, 261 },
@@ -281,7 +281,7 @@ const styles = StyleSheet.create({ @@ -281,7 +281,7 @@ const styles = StyleSheet.create({
281 paddingRight: 18, 281 paddingRight: 18,
282 borderStyle: "solid", 282 borderStyle: "solid",
283 borderColor: "#E8E8E8", 283 borderColor: "#E8E8E8",
284 - borderTopWidth: 0.5, 284 + borderTopWidth: 1,
285 paddingVertical: 12 285 paddingVertical: 12
286 }, 286 },
287 adviceText: { 287 adviceText: {
@@ -308,7 +308,7 @@ const styles = StyleSheet.create({ @@ -308,7 +308,7 @@ const styles = StyleSheet.create({
308 backgroundColor: "#1B9341", 308 backgroundColor: "#1B9341",
309 borderColor: "#E8E8E8", 309 borderColor: "#E8E8E8",
310 borderStyle: "solid", 310 borderStyle: "solid",
311 - borderLeftWidth: 0.5 311 + borderLeftWidth: 1
312 }, 312 },
313 gridheaderText: { 313 gridheaderText: {
314 fontSize: 11, 314 fontSize: 11,
@@ -319,7 +319,7 @@ const styles = StyleSheet.create({ @@ -319,7 +319,7 @@ const styles = StyleSheet.create({
319 alignItems: "center", 319 alignItems: "center",
320 borderColor: "#ccc", 320 borderColor: "#ccc",
321 borderStyle: "solid", 321 borderStyle: "solid",
322 - borderWidth: 0.5 322 + borderWidth: 1
323 }, 323 },
324 contentCol: { 324 contentCol: {
325 justifyContent: "center", 325 justifyContent: "center",
@@ -327,8 +327,8 @@ const styles = StyleSheet.create({ @@ -327,8 +327,8 @@ const styles = StyleSheet.create({
327 paddingVertical: 8, 327 paddingVertical: 8,
328 borderColor: "#ccc", 328 borderColor: "#ccc",
329 borderStyle: "solid", 329 borderStyle: "solid",
330 - borderBottomWidth: 0.5, 330 + borderBottomWidth: 1,
331 - borderRightWidth: 0.5 331 + borderRightWidth: 1,
332 }, 332 },
333 contentText: { 333 contentText: {
334 fontSize: 12, 334 fontSize: 12,
@@ -340,8 +340,8 @@ const styles = StyleSheet.create({ @@ -340,8 +340,8 @@ const styles = StyleSheet.create({
340 paddingVertical: 8, 340 paddingVertical: 8,
341 borderColor: "#ccc", 341 borderColor: "#ccc",
342 borderStyle: "solid", 342 borderStyle: "solid",
343 - borderBottomWidth: 0.5, 343 + borderBottomWidth: 1,
344 - borderRightWidth: 0.5 344 + borderRightWidth: 1
345 }, 345 },
346 countText: { 346 countText: {
347 fontSize: 18, 347 fontSize: 18,