|
|
@@ -77,15 +77,17 @@
|
|
|
<CheckWord :data="wordData" @saveWord="saveWord" />
|
|
|
</el-dialog>
|
|
|
|
|
|
- <el-button
|
|
|
- v-show="isEnable(data.property.view_pinyin)"
|
|
|
- style="margin-left: 10px"
|
|
|
- class="btn"
|
|
|
- @click.native="generatPinyin"
|
|
|
- >生成拼音</el-button
|
|
|
- >
|
|
|
-
|
|
|
- <el-divider v-if="isEnable(data.property.view_pinyin)" content-position="left">拼音效果</el-divider>
|
|
|
+ <el-divider v-if="isEnable(data.property.view_pinyin)" content-position="left">
|
|
|
+ 拼音效果
|
|
|
+ <el-button
|
|
|
+ v-show="isEnable(data.property.view_pinyin)"
|
|
|
+ type="text"
|
|
|
+ icon="el-icon-refresh"
|
|
|
+ title="刷新"
|
|
|
+ class="refresh-pinyin-btn"
|
|
|
+ @click.native="generatPinyin"
|
|
|
+ />
|
|
|
+ </el-divider>
|
|
|
<PinyinText
|
|
|
v-if="isEnable(data.property.view_pinyin)"
|
|
|
:id="richId + '_pinyin_text'"
|