|
@@ -25,7 +25,8 @@
|
|
<AudioPlay :file-id="item.audio_file_id" theme-color="gray" />
|
|
<AudioPlay :file-id="item.audio_file_id" theme-color="gray" />
|
|
<span class="pinyin">{{ item.pinyin }}</span>
|
|
<span class="pinyin">{{ item.pinyin }}</span>
|
|
</div>
|
|
</div>
|
|
- <p class="words-right">{{ item.definition + ' ' + item.collocation }}</p>
|
|
|
|
|
|
+ <p class="words-right">{{ item.definition }}</p>
|
|
|
|
+ <p class="words-right">{{ item.collocation }}</p>
|
|
</div>
|
|
</div>
|
|
<template v-if="data.property.learn_type === 'paint'">
|
|
<template v-if="data.property.learn_type === 'paint'">
|
|
<!-- 描红 -->
|
|
<!-- 描红 -->
|
|
@@ -262,11 +263,12 @@ export default {
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
width: 64px;
|
|
width: 64px;
|
|
|
|
+ margin-right: 12px;
|
|
border-right: 1px solid #e81b1b;
|
|
border-right: 1px solid #e81b1b;
|
|
}
|
|
}
|
|
|
|
|
|
.words-right {
|
|
.words-right {
|
|
- padding: 8px 16px;
|
|
|
|
|
|
+ padding: 8px 4px;
|
|
margin: 0;
|
|
margin: 0;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
line-height: 14px;
|
|
line-height: 14px;
|