diff --git a/nezha-fronted/src/components/common/multipleTime.vue b/nezha-fronted/src/components/common/multipleTime.vue index c318462b9..97a6c141e 100644 --- a/nezha-fronted/src/components/common/multipleTime.vue +++ b/nezha-fronted/src/components/common/multipleTime.vue @@ -75,10 +75,10 @@ padding: 6px 8px; } .multiple-time-datepicker-enter-active { - animation: bounce-in .6s; + animation: bounce-in .5s; } .multiple-time-datepicker-leave-active { - animation: bounce-in .6s reverse; + animation: bounce-in .5s reverse; } @keyframes bounce-in { 0% { @@ -437,7 +437,7 @@ export default { id: 12, text: this.$t('dashboard.panel.noDate') } - }, 600) + }, 500) this.$emit('change', this.searchTime) } else { this.searchTime = [] diff --git a/nezha-fronted/src/components/page/dashboard/panel.vue b/nezha-fronted/src/components/page/dashboard/panel.vue index 4eb9003ac..c9af034fb 100644 --- a/nezha-fronted/src/components/page/dashboard/panel.vue +++ b/nezha-fronted/src/components/page/dashboard/panel.vue @@ -907,7 +907,6 @@ export default { } button:hover { - background: $btn-light-background-color-hover; } }