diff --git a/src/common-components/date-picker/date-picker.vue b/src/common-components/date-picker/date-picker.vue
index 121f6ed89..e07f8d38c 100644
--- a/src/common-components/date-picker/date-picker.vue
+++ b/src/common-components/date-picker/date-picker.vue
@@ -43,8 +43,8 @@
-
OCT
@@ -168,8 +168,10 @@
@@ -318,7 +320,7 @@ export default {
&:after {
background-color: $white;
}
- + .first-day {
+ .first-day {
color: $white;
}
}
@@ -331,7 +333,7 @@ export default {
&:after {
background-color: $white;
}
- + .first-day {
+ .first-day {
color: $white;
}
}
@@ -380,7 +382,7 @@ export default {
position: absolute;
top: 28px;
}
- + .first-day {
+ .first-day {
color: $blue;
}
}
@@ -414,7 +416,7 @@ export default {
color: $white;
}
}
- + .first-day {
+ .first-day {
color: $white;
}
}