fix: tooltip disabled button style error #389
parent
1642358e35
commit
95a22158ad
|
@ -78,7 +78,7 @@ export default {
|
||||||
display: 'inline-block', // default inline-block is important
|
display: 'inline-block', // default inline-block is important
|
||||||
...picked,
|
...picked,
|
||||||
cursor: 'not-allowed',
|
cursor: 'not-allowed',
|
||||||
width: isAntBtn && ele.componentOptions.propsData.disabled ? '100%' : null,
|
width: isAntBtn && ele.componentOptions.propsData.block ? '100%' : null,
|
||||||
}
|
}
|
||||||
const buttonStyle = {
|
const buttonStyle = {
|
||||||
...omitted,
|
...omitted,
|
||||||
|
|
Loading…
Reference in New Issue