|
|
@@ -463,12 +463,14 @@ |
|
|
|
</div> |
|
|
|
<!-- 字幕 --> |
|
|
|
<div v-if="tabItemActive == 4" class="tabContent tab4"> |
|
|
|
<!-- <div v-if="imgUrl" class="SubtitlesSwitch"> |
|
|
|
<p>{{ $t("createVideo.subtitles") }}</p> |
|
|
|
<el-switch |
|
|
|
v-model="SubtitlesSwitch" |
|
|
|
style="--el-switch-on-color: #000" |
|
|
|
/> |
|
|
|
<!-- <div class="tab4Item"> |
|
|
|
<div v-if="imgUrl" class="SubtitlesSwitch"> |
|
|
|
<p>{{ $t("createVideo.subtitles") }}</p> |
|
|
|
<el-switch |
|
|
|
v-model="SubtitlesSwitch" |
|
|
|
style="--el-switch-on-color: #000" |
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -949,6 +951,10 @@ function delImg(id) { |
|
|
|
} |
|
|
|
//#endregion ---------------------------- |
|
|
|
|
|
|
|
//#region 字幕 |
|
|
|
|
|
|
|
//#endregion ---------------------------- |
|
|
|
|
|
|
|
//#region 编辑区域 |
|
|
|
const proportion = ref(1); //比例 |
|
|
|
const elementWidth = ref(null); |
|
|
@@ -1681,6 +1687,11 @@ onMounted(async () => { |
|
|
|
} |
|
|
|
} |
|
|
|
.tab4 { |
|
|
|
display: flex; |
|
|
|
justify-content: flex-start; |
|
|
|
.tab4Item { |
|
|
|
width: 30%; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |