mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-13 13:10:29 +00:00
feat: EllipsisOutlined style changed
This commit is contained in:
@@ -380,9 +380,9 @@ export default function DocPanel(props: IProps) {
|
|||||||
getPopupContainer={(node) => node.parentNode as HTMLElement}
|
getPopupContainer={(node) => node.parentNode as HTMLElement}
|
||||||
placement="bottomRight"
|
placement="bottomRight"
|
||||||
autoAdjustOverflow={false}
|
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>
|
</Dropdown>
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
|
Reference in New Issue
Block a user