From d799721f7e9c03173ffe26a6cee525697715dda6 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 3 Feb 2016 17:45:42 +0800 Subject: [PATCH] improve style --- style/components/switch.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/components/switch.less b/style/components/switch.less index cc95263420..ad86f206a1 100644 --- a/style/components/switch.less +++ b/style/components/switch.less @@ -10,7 +10,7 @@ height: 22px; line-height: 20px; vertical-align: middle; - border-radius: 20px 20px; + border-radius: 20px; border: 1px solid #ccc; background-color: #ccc; cursor: pointer;