1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-28 04:16:37 +08:00

fix(calendar): fix custom color for same-day button ()

This commit is contained in:
DAI JIE 2021-05-10 19:15:32 +08:00 committed by GitHub
parent 514524f543
commit 6d85222338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,6 +23,7 @@ function getDayStyle(type, index, date, rowHeight, color) {
if (
type === 'start' ||
type === 'end' ||
type === 'start-end' ||
type === 'multiple-selected' ||
type === 'multiple-middle'
) {