From 6bb91454acdc029bd295d1daae5805aa7663c890 Mon Sep 17 00:00:00 2001 From: RickCole21 Date: Thu, 20 Aug 2020 20:16:08 +0800 Subject: [PATCH 1/2] fix style --- scss/components/_table.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scss/components/_table.scss b/scss/components/_table.scss index 0f2c6c07..50ae801e 100644 --- a/scss/components/_table.scss +++ b/scss/components/_table.scss @@ -795,6 +795,9 @@ > .#{$ns}Button, > .#{$ns}Button--disabled-wrap > .#{$ns}Button { margin: px2rem(3px); + } + + > .#{$ns}Button--disabled-wrap > .#{$ns}Button { padding: 0; } From fdc4bf546a923fb496d7047ec9f367d63caf6844 Mon Sep 17 00:00:00 2001 From: RickCole21 Date: Thu, 20 Aug 2020 20:33:55 +0800 Subject: [PATCH 2/2] fix example --- examples/components/Page/Form.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/components/Page/Form.jsx b/examples/components/Page/Form.jsx index fd322c55..50e5c849 100644 --- a/examples/components/Page/Form.jsx +++ b/examples/components/Page/Form.jsx @@ -4,8 +4,6 @@ export default { body: { type: 'form', mode: 'horizontal', - title: '', - debug: true, api: '/api/mock2/form/saveForm', controls: [ {