提交 8e244ddb authored 作者: hsx's avatar hsx

feat:调整翻译示例布局

上级 d08db7c1
<template> <template>
<el-space direction="vertical" class="background-as-card flex-fill common-padding" fill alignment="flex-start"> <el-space direction="vertical" class="common-padding" fill alignment="flex-start">
<el-space>
<el-switch v-model="isHightLightEntity" active-text="高亮实体" @change="console.log(isHightLightEntity)" /> <el-switch v-model="isHightLightEntity" active-text="高亮实体" @change="console.log(isHightLightEntity)" />
<el-switch v-model="isOpenTranslation" active-text="译文" /> <el-switch v-model="isOpenTranslation" active-text="译文" />
</el-space>
<text-translate-pane :texts-raw="textEns" :texts-translate="textZns" :text-entities="textEntities" <text-translate-pane :texts-raw="textEns" :texts-translate="textZns" :text-entities="textEntities"
:is-open-translation="isOpenTranslation" :is-highlight-entity="isHightLightEntity"> :is-open-translation="isOpenTranslation" :is-highlight-entity="isHightLightEntity">
</text-translate-pane> </text-translate-pane>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论