|
@@ -162,6 +162,26 @@
|
|
|
@click.native="handleChangeContent"
|
|
@click.native="handleChangeContent"
|
|
|
/></el-divider>
|
|
/></el-divider>
|
|
|
<div v-for="(item, index) in data.detail" :key="index" class="text">
|
|
<div v-for="(item, index) in data.detail" :key="index" class="text">
|
|
|
|
|
+ <div class="text-item">
|
|
|
|
|
+ <span
|
|
|
|
|
+ class="word"
|
|
|
|
|
+ :style="{
|
|
|
|
|
+ fontSize: articleAttrib.font_size,
|
|
|
|
|
+ }"
|
|
|
|
|
+ >
|
|
|
|
|
+
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="text-item">
|
|
|
|
|
+ <span
|
|
|
|
|
+ class="word"
|
|
|
|
|
+ :style="{
|
|
|
|
|
+ fontSize: articleAttrib.font_size,
|
|
|
|
|
+ }"
|
|
|
|
|
+ >
|
|
|
|
|
+
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </div>
|
|
|
<template v-for="(witem, windex) in item.wordsList">
|
|
<template v-for="(witem, windex) in item.wordsList">
|
|
|
<div
|
|
<div
|
|
|
v-for="(wItem, wIndex) in witem"
|
|
v-for="(wItem, wIndex) in witem"
|
|
@@ -543,6 +563,7 @@ export default {
|
|
|
})
|
|
})
|
|
|
.then(() => {
|
|
.then(() => {
|
|
|
this.handleResetSet();
|
|
this.handleResetSet();
|
|
|
|
|
+ this.data.notes_list.option = [];
|
|
|
})
|
|
})
|
|
|
.catch(() => {});
|
|
.catch(() => {});
|
|
|
}
|
|
}
|