fix(module: datepicker): unable to click date button to select the week selection (#2463)

日期选择时Click触发范围
周选择时无法点击日期选择的问题
This commit is contained in:
WhyILoveSpringRoll 2022-05-28 13:07:54 +08:00 committed by GitHub
parent 538616ef9d
commit 240f04f79f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,9 +56,9 @@
<td title="@GetColTitle?.Invoke(currentColDate)"
class="@cellCls"
@onmouseenter="e => DateOnMouseEnter(currentColDate)"
@onmouseleave="e => DateOnMouseLeave()">
<div class="@innerCellCls"
@onclick="e => OnValueSelect?.Invoke(currentColDate)" @onclick:stopPropagation="true">
@onmouseleave="e => DateOnMouseLeave()"
@onclick="e=> OnValueSelect?.Invoke(currentColDate)" >
<div class="@innerCellCls">
@if (IsCalendar)
{
<div class="@(PrefixCls)-calendar-date-value">