diff --git a/pages/component/checkbox/checkbox.uvue b/pages/component/checkbox/checkbox.uvue index d38258cb504c0475fb4da7d6b5ba81ef0e31f6d2..af36567eb65a8b3483ad40d2fc5a313921362610 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 d1538205e4d19b40fdf438c69d4e7ee25872e0c9..dfac17cac7a99adc44efebf1cd16a7c27e57d649 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; + }