fix(Calendar): Invalid color setting (#6331)
This commit is contained in:
@@ -206,6 +206,7 @@ export default createComponent({
|
|||||||
if (
|
if (
|
||||||
type === 'start' ||
|
type === 'start' ||
|
||||||
type === 'end' ||
|
type === 'end' ||
|
||||||
|
type === 'start-end' ||
|
||||||
type === 'multiple-selected' ||
|
type === 'multiple-selected' ||
|
||||||
type === 'multiple-middle'
|
type === 'multiple-middle'
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user