From 12d3c687e539bb01bb92b76b6e3b44092a887255 Mon Sep 17 00:00:00 2001 From: shenhai <5213606@qq.com> Date: Mon, 12 Nov 2018 11:08:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0numberbox=E7=A4=BA=E4=BE=8B?= =?UTF-8?q?=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/hello-uniapp/common/uni.css | 7 +- .../pages/template/number-box/number-box.vue | 67 ++++--------------- 2 files changed, 15 insertions(+), 59 deletions(-) diff --git a/examples/hello-uniapp/common/uni.css b/examples/hello-uniapp/common/uni.css index f988e79d..665b2521 100644 --- a/examples/hello-uniapp/common/uni.css +++ b/examples/hello-uniapp/common/uni.css @@ -779,6 +779,8 @@ radio-group label, checkbox-group label{ display: flex; flex-direction: row; font-size:28upx; + padding: 22upx 30upx; + justify-content: space-between; } .uni-input-group .uni-input-row:after { @@ -792,11 +794,6 @@ radio-group label, checkbox-group label{ background-color: #c8c7cc; } -.uni-input-row { - padding: 22upx 30upx; - justify-content: space-between; -} - .uni-input-row label { line-height: 70upx; } diff --git a/examples/hello-uniapp/pages/template/number-box/number-box.vue b/examples/hello-uniapp/pages/template/number-box/number-box.vue index 324f1380..e457a4b8 100644 --- a/examples/hello-uniapp/pages/template/number-box/number-box.vue +++ b/examples/hello-uniapp/pages/template/number-box/number-box.vue @@ -1,53 +1,26 @@