Browse Source

Slider: Fix style problem when clicking slider bar(#15561)

luckyCao 6 years ago
parent
commit
0d8090e704
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/slider/src/button.vue

+ 1 - 0
packages/slider/src/button.vue

@@ -226,6 +226,7 @@
         value = parseFloat(value.toFixed(this.precision));
         this.$emit('input', value);
         this.$nextTick(() => {
+          this.displayTooltip();
           this.$refs.tooltip && this.$refs.tooltip.updatePopper();
         });
         if (!this.dragging && this.value !== this.oldValue) {