fix(Calendar): fix row-height style error (#4733)

* fix(Calendar): fix row-height style error

* test(Calendar): update test
This commit is contained in:
nemo-shen 2022-01-10 10:32:42 +08:00 committed by GitHub
parent fbef9bd81f
commit 48d22b018a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
data-index="{{ index }}"
bindtap="onClick"
>
<view wx:if="{{ item.type === 'selected' }}" class="van-calendar__selected-day" style="background: {{ color }}">
<view wx:if="{{ item.type === 'selected' }}" class="van-calendar__selected-day" style="width: {{ rowHeight }}px; height: {{ rowHeight }}px; background: {{ color }}">
<view wx:if="{{ item.topInfo }}" class="van-calendar__top-info">{{ item.topInfo }}</view>
{{ item.text }}
<view wx:if="{{ item.bottomInfo }}" class="van-calendar__bottom-info">

View File

@ -1531,7 +1531,7 @@ exports[`should render demo and match snapshot 1`] = `
>
<wx-view
class="van-calendar__selected-day"
style="background: "
style="width: 64px; height: 64px; background: "
>
20