From c28ebdfca104f3b2df55be41a3e18bb2b2a0bd28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Fri, 12 Jul 2024 06:31:38 +0800 Subject: [PATCH] =?UTF-8?q?enhance(style):=E8=B0=83=E6=95=B4flex=E9=A2=84?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E7=9A=84=E5=8F=82=E6=95=B0=E9=A1=BA=E5=BA=8F?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style-predefines.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style-predefines.tsx b/src/style-predefines.tsx index 8cd43b9..8a41aa3 100644 --- a/src/style-predefines.tsx +++ b/src/style-predefines.tsx @@ -35,8 +35,8 @@ export function flex( direction: Property.FlexDirection = "row", justify: Property.JustifyContent = "flex-start", align: Property.AlignItems = "start", - wrap: Property.FlexWrap = "nowrap", - gap: MeasureUnit = "none" + gap: MeasureUnit = "none", + wrap: Property.FlexWrap = "nowrap" ) { return css({ display: "flex",