fix bug
This commit is contained in:
@@ -347,8 +347,7 @@ function importData(e) {
|
||||
<label class="sub-title">切换下一个单词时间</label>
|
||||
<div class="wrapper">
|
||||
<el-input-number v-model="settingStore.waitTimeForChangeWord"
|
||||
:min="6"
|
||||
:max="100"
|
||||
:min="0"
|
||||
type="number"
|
||||
/>
|
||||
<span>毫秒</span>
|
||||
|
||||
@@ -67,7 +67,7 @@ watch(() => store.load, n => {
|
||||
<Tooltip
|
||||
:title="`词典详情(快捷键:${settingStore.shortcutKeyMap[ShortcutKey.OpenDictDetail]})`">
|
||||
<div class="info hvr-grow" @click="emitter.emit(EventKey.openDictModal,'detail')">
|
||||
{{ store.currentDict.name }} {{ practiceStore.repeatNumber ? ' 复习错词' : '' }}
|
||||
{{ store.currentDict.name }}
|
||||
</div>
|
||||
</Tooltip>
|
||||
<ChapterName v-if="store.currentDict.type === DictType.word"/>
|
||||
|
||||
Reference in New Issue
Block a user