@@ -37,6 +37,7 @@
{{item.detail.sentence}}
</p>
</template>
+ <span class="english" v-if="item.en">{{item.en}}</span>
</div>
</li>
</ul>
@@ -166,6 +167,14 @@ export default {
display: flex;
}
+ .english{
+ color: rgba(0, 0, 0, 0.85);
+ font-size: 14px;
+ line-height: 150%;
+ font-family: 'robot';
+ display: block;
+ word-break: break-word;
+ }