Skip to content

Commit 0d67fc1

Browse files
skyline-123tangjinzhou
authored andcommitted
fix: dropdown button disable style (#912)
1 parent 718f30e commit 0d67fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dropdown/dropdown-button.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default {
7373
</Button>
7474
<Dropdown {...dropdownProps}>
7575
<template slot="overlay">{getComponentFromProp(this, 'overlay')}</template>
76-
<Button type={type} icon="ellipsis" />
76+
<Button type={type} disabled={disabled} icon="ellipsis" />
7777
</Dropdown>
7878
</ButtonGroup>
7979
);

0 commit comments

Comments
 (0)