feat: EllipsisOutlined style changed

This commit is contained in:
lhwan
2024-08-21 15:50:37 +08:00
parent f03d97075b
commit 3924fd44f4

View File

@@ -380,9 +380,9 @@ export default function DocPanel(props: IProps) {
getPopupContainer={(node) => node.parentNode as HTMLElement}
placement="bottomRight"
autoAdjustOverflow={false}
className="bg-gray-100 rounded-md"
className="rounded-md"
>
<EllipsisOutlined className="p-2" style={{ color: isMenuExpand ? '#333' : '#fff' }}/>
<EllipsisOutlined className="p-2" />
</Dropdown>
}
>