修复样式bug

This commit is contained in:
yezian 2024-09-09 13:12:18 +08:00
parent da5463f0db
commit bc7c1b113a
1 changed files with 4 additions and 4 deletions
screeens/Search

View File

@ -778,10 +778,10 @@ export default function Search({ navigation, route }) {
handleResetFiltersSearchValue("comprehensive"); handleResetFiltersSearchValue("comprehensive");
}} }}
style={{ style={{
width: "34%", paddingHorizontal: 10,
height: 32, height: 32,
display: "flex", display: "flex",
alignItems: "flex-center", alignItems: "center",
justifyContent: "center", justifyContent: "center",
backgroundColor: "#301024", backgroundColor: "#301024",
borderRadius: 12, borderRadius: 12,
@ -831,10 +831,10 @@ export default function Search({ navigation, route }) {
handleResetFiltersSearchValue("zone_admission_price"); handleResetFiltersSearchValue("zone_admission_price");
}} }}
style={{ style={{
width: "34%", paddingHorizontal: 10,
height: 32, height: 32,
display: "flex", display: "flex",
alignItems: "flex-center", alignItems: "center",
justifyContent: "center", justifyContent: "center",
backgroundColor: "#301024", backgroundColor: "#301024",
borderRadius: 12, borderRadius: 12,