Мелкие поправки

This commit is contained in:
Book Pauk
2019-01-30 17:07:30 +07:00
parent df1805df5b
commit 39b401994f
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@
</el-button>
</el-tooltip>
<div class="space"></div>
<el-tooltip content="История" :open-delay="1000" effect="light">
<el-tooltip content="Открыть недавние" :open-delay="1000" effect="light">
<el-button ref="history" class="tool-button" :class="buttonActiveClass('history')" @click="buttonClick('history')"><i class="el-icon-document"></i></el-button>
</el-tooltip>
</div>

View File

@@ -42,7 +42,7 @@ class SetPositionPage extends Vue {
this.debouncedEmitPosChange = _.debounce((newValue) => {
this.$emit('book-pos-changed', {bookPos: newValue});
}, 500);
}, 300);
}
formatTooltip(val) {