ant-design-blazor/components/mentions/MentionsOption.razor
dingyanwu 7ad15664fe
refactor(module: mentions): refactor and fixed positioning and display issues (#2874)
* refactor mentions

* 修复:定位和隐藏的问题。

* fix: 修复定位和显示的一些bug

* fix:手误

Co-authored-by: 丁某 <dingyanwu518@hotmail.com>
2022-11-13 13:57:41 +08:00

10 lines
166 B
C#

@namespace AntDesign
@inherits AntDomComponentBase
<li class="@ClassMapper.Class"
@onmouseover="OnMouseOver"
@onclick="OnClick">
@ChildContent
</li>