From bc7c1b113a6c336b0fe30c7ee33406a3f2e40b5b Mon Sep 17 00:00:00 2001 From: yezian Date: Mon, 9 Sep 2024 13:12:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A0=B7=E5=BC=8Fbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- screeens/Search/index.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/screeens/Search/index.jsx b/screeens/Search/index.jsx index 697be7a..82ee457 100644 --- a/screeens/Search/index.jsx +++ b/screeens/Search/index.jsx @@ -778,10 +778,10 @@ export default function Search({ navigation, route }) { handleResetFiltersSearchValue("comprehensive"); }} style={{ - width: "34%", + paddingHorizontal: 10, height: 32, display: "flex", - alignItems: "flex-center", + alignItems: "center", justifyContent: "center", backgroundColor: "#301024", borderRadius: 12, @@ -831,10 +831,10 @@ export default function Search({ navigation, route }) { handleResetFiltersSearchValue("zone_admission_price"); }} style={{ - width: "34%", + paddingHorizontal: 10, height: 32, display: "flex", - alignItems: "flex-center", + alignItems: "center", justifyContent: "center", backgroundColor: "#301024", borderRadius: 12,