fix: dropdown button disable style (#912)

pull/921/head
skyline-123 2019-06-30 09:44:46 +08:00 committed by tangjinzhou
parent 718f30e486
commit 0d67fc1966
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ export default {
</Button>
<Dropdown {...dropdownProps}>
<template slot="overlay">{getComponentFromProp(this, 'overlay')}</template>
<Button type={type} icon="ellipsis" />
<Button type={type} disabled={disabled} icon="ellipsis" />
</Dropdown>
</ButtonGroup>
);