fix(search): optimize the Cancel button click area (#5148)

* fix(search): optimize the Cancel button click area

* test(search): fix test case failed
This commit is contained in:
landluck 2022-12-14 10:12:32 +08:00 committed by GitHub
parent bcafa2b894
commit 5ef53f25e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -38,7 +38,6 @@
}
&__action {
padding: var(--search-action-padding, @search-action-padding);
font-size: var(--search-action-font-size, @search-action-font-size);
line-height: var(--search-input-height, @search-input-height);
color: var(--search-action-text-color, @search-action-text-color);
@ -46,5 +45,9 @@
&--hover {
background-color: @active-color;
}
&-button {
padding: var(--search-action-padding, @search-action-padding);
}
}
}

View File

@ -48,6 +48,6 @@
hover-stay-time="70"
>
<slot wx:if="{{ useActionSlot }}" name="action" />
<view wx:else bind:tap="onCancel" class="cancel-class">{{ actionText }}</view>
<view wx:else bind:tap="onCancel" class="van-search__action-button cancel-class">{{ actionText }}</view>
</view>
</view>

View File

@ -222,7 +222,7 @@ exports[`should render demo and match snapshot 1`] = `
hoverStayTime="70"
>
<wx-view
class="cancel-class"
class="van-search__action-button cancel-class"
bind:tap="onCancel"
>
取消