From 3d14a640e1390783b469ecc63c38f9104d19196f Mon Sep 17 00:00:00 2001 From: 2betop <2betop.cn@gmail.com> Date: Thu, 19 Nov 2020 18:03:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0f7b9c15514d13125e3c1a20e34062fd9e9d3fd3 --- examples/mobile.tsx | 3 ++- scss/components/_table.scss | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/mobile.tsx b/examples/mobile.tsx index 690cad0db..e29dbd24a 100644 --- a/examples/mobile.tsx +++ b/examples/mobile.tsx @@ -78,7 +78,8 @@ class AMISComponent extends React.Component { copy: content => { copy(content); toast.success('内容已复制到粘贴板'); - } + }, + affixOffsetTop: 0 })} ) : null; diff --git a/scss/components/_table.scss b/scss/components/_table.scss index b11759965..2b77e0677 100644 --- a/scss/components/_table.scss +++ b/scss/components/_table.scss @@ -463,6 +463,7 @@ > tbody > tr > td.#{$ns}Table-checkCell { border-right: 0; width: px2rem(1px); + padding-right: $TableCell-paddingX; .#{$ns}Checkbox { margin: 0;