mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix(calendar): fix custom color for same-day button (#4200)
This commit is contained in:
parent
514524f543
commit
6d85222338
@ -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'
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user