From 3ca102f4444b2f4f504e93e90fb6ad79a140d54a Mon Sep 17 00:00:00 2001 From: wanganxp Date: Fri, 11 Aug 2023 06:16:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=85=A8=E5=B1=80=E7=9A=84un?= =?UTF-8?q?i-row=E5=92=8Cuni-column=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.uvue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/App.uvue b/App.uvue index d482f92d..d8f4b796 100644 --- a/App.uvue +++ b/App.uvue @@ -76,5 +76,12 @@ uni-page-body { display: none !important; } +.uni-row{ + flex-direction: row; +} +.uni-column{ + flex-direction: column; +} + /* #endif */ -- GitLab