upgrade third party dependencies

This commit is contained in:
MaysWind
2024-05-26 20:25:23 +08:00
parent 687d062bfc
commit 0a376217c6
5 changed files with 10 additions and 42 deletions
+1 -19
View File
@@ -317,37 +317,19 @@ body .v-btn-group {
/** Fix @vuepic/vue-datepicker style issue **/
.dp__main.dp__flex_display {
flex-direction: column
flex-direction: column;
}
.dp__main .dp--tp-wrap {
max-width: 100%;
}
.dp__main .dp__preset_range {
white-space: inherit;
}
.dp__main .dp__menu_inner {
padding-top: 0;
padding-bottom: 0;
}
.dp__main .dp__menu_inner .dp__month_year_row > button {
width: inherit;
}
.dp__main .dp__menu_inner .dp__month_year_row > button.dp__button {
width: 100%;
}
.dp__main .dp__menu_inner .dp__month_year_row .dp__month_year_wrap > button {
line-height: inherit;
}
.dp__main .dp__calendar .dp__calendar_item {
display: flex;
justify-content: center;
flex: 1;
}
+3 -17
View File
@@ -578,37 +578,23 @@ i.icon.la, i.icon.las, i.icon.lab {
/** Fix @vuepic/vue-datepicker style issue **/
.dp__main.dp__flex_display {
flex-direction: column
flex-direction: column;
}
.dp__main .dp--tp-wrap {
max-width: 100%;
}
.dp__main .dp__preset_range {
white-space: inherit;
}
.dp__main .dp__menu_inner {
padding-top: 0;
padding-bottom: 0;
}
.dp__main .dp__menu_inner .dp__month_year_row > button {
width: inherit;
}
.dp__main .dp__menu_inner .dp__month_year_row > button.dp__button {
width: 100%;
}
.dp__main .dp__menu_inner .dp__month_year_row .dp__month_year_wrap > button {
line-height: inherit;
.dp__main .dp__menu_inner .dp--header-wrap > .dp__month_year_wrap > button {
width: unset;
}
.dp__main .dp__calendar .dp__calendar_item {
display: flex;
justify-content: center;
flex: 1;
}