From 03f2cc31f5d10b3e3b07a44223f84b23b6aca50c Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Fri, 13 Dec 2024 21:05:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0radio=E3=80=81checkbo?= =?UTF-8?q?x=20justify-content=E6=A0=B7=E5=BC=8F=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/checkbox/checkbox.uvue | 13 +++++++++++++ pages/component/radio/radio.uvue | 15 +++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/pages/component/checkbox/checkbox.uvue b/pages/component/checkbox/checkbox.uvue index d38258cb..af36567e 100644 --- a/pages/component/checkbox/checkbox.uvue +++ b/pages/component/checkbox/checkbox.uvue @@ -161,6 +161,14 @@ 未选中 + + 两端对齐样式测试 + + + + justify-content样式测试 + + @@ -201,4 +209,9 @@ .uni-list-cell { justify-content: flex-start; } + + .justify-test { + width: 100%; + justify-content: space-between; + } diff --git a/pages/component/radio/radio.uvue b/pages/component/radio/radio.uvue index d1538205..dfac17ca 100644 --- a/pages/component/radio/radio.uvue +++ b/pages/component/radio/radio.uvue @@ -154,6 +154,16 @@ + + + + 两端对齐样式测试 + + + justify-content样式测试 + + + 推荐展示样式 @@ -190,4 +200,9 @@ .uni-list-cell { justify-content: flex-start; } + + .justify-test { + width: 100%; + justify-content: space-between; + } -- GitLab