From 2fb6b7fac902f90c13fea476142244b7d266f640 Mon Sep 17 00:00:00 2001 From: izbz wh <731215820@qq.com> Date: Fri, 15 Mar 2019 13:50:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:1=E3=80=81=E8=A1=8C=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E5=B7=B2=E9=80=89=E7=9A=84=E6=97=A0=E6=95=88?= =?UTF-8?q?2=E3=80=81checkbox=E5=9C=A8Table=E4=B8=AD=E7=9A=84=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/FilterDropDown.js | 8 ++++---- src/Table.scss | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/FilterDropDown.js b/src/FilterDropDown.js index 9191ee3..e08ce91 100644 --- a/src/FilterDropDown.js +++ b/src/FilterDropDown.js @@ -91,7 +91,7 @@ class FilterDropDown extends Component { switch (filterDropdownType) { case 'string': return { @@ -102,7 +102,7 @@ class FilterDropDown extends Component { case 'number': return { @@ -118,7 +118,7 @@ class FilterDropDown extends Component { switch (filterDropdownType) { case 'string': return {locale['include']} @@ -130,7 +130,7 @@ class FilterDropDown extends Component { case 'number': return {locale['greater_than']} diff --git a/src/Table.scss b/src/Table.scss index 5aa5846..9f717ff 100644 --- a/src/Table.scss +++ b/src/Table.scss @@ -522,6 +522,7 @@ $checkbox-height:16px; .u-checkbox { height: $checkbox-height; line-height: $checkbox-height; + margin:0px; } } .u-table:focus{