mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 09:47:10 +00:00
style(Help): optimize style
This commit is contained in:
parent
72c95671ae
commit
29af40f504
@ -111,6 +111,8 @@ export const Help = observer(
|
|||||||
<Popover
|
<Popover
|
||||||
// nb-about 的样式定义在 plugin-custom-brand 插件中
|
// nb-about 的样式定义在 plugin-custom-brand 插件中
|
||||||
rootClassName="nb-about"
|
rootClassName="nb-about"
|
||||||
|
placement="bottomRight"
|
||||||
|
arrow={false}
|
||||||
content={<div dangerouslySetInnerHTML={{ __html: content }}></div>}
|
content={<div dangerouslySetInnerHTML={{ __html: content }}></div>}
|
||||||
>
|
>
|
||||||
{icon}
|
{icon}
|
||||||
|
Loading…
Reference in New Issue
Block a user