fix: tooltip disabled button style error #389

pull/398/head
tangjinzhou 2019-01-10 20:38:36 +08:00
parent 1642358e35
commit 95a22158ad
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ export default {
display: 'inline-block', // default inline-block is important
...picked,
cursor: 'not-allowed',
width: isAntBtn && ele.componentOptions.propsData.disabled ? '100%' : null,
width: isAntBtn && ele.componentOptions.propsData.block ? '100%' : null,
}
const buttonStyle = {
...omitted,