From c2a0f0cd0d3e1eb0ffa6263e9ee012d089b78a68 Mon Sep 17 00:00:00 2001 From: hcoder <5213606@qq.com> Date: Wed, 14 Nov 2018 18:41:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=88=86=E6=AE=B5=E5=99=A8?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hello-uniapp/components/uni-segmented-control.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/hello-uniapp/components/uni-segmented-control.vue b/examples/hello-uniapp/components/uni-segmented-control.vue index f2a417319..bc416c38d 100644 --- a/examples/hello-uniapp/components/uni-segmented-control.vue +++ b/examples/hello-uniapp/components/uni-segmented-control.vue @@ -95,16 +95,16 @@ display: flex; flex-direction: row; justify-content: center; - width: 100%; - font-size: 30upx; - border-radius: 12upx; + width: 75%; + font-size: 28upx; + border-radius: 10upx; box-sizing: border-box; margin: 0 auto; overflow: hidden; } .segmented-control.button { - border: 1upx solid; + border: 2upx solid; } .segmented-control.text { @@ -116,7 +116,7 @@ .segmented-control-item { flex: 1; text-align: center; - line-height: 70upx; + line-height: 60upx; box-sizing: border-box; } -- GitLab