fix: 字幕编辑器缩放问题
This commit is contained in:
@@ -220,7 +220,7 @@ defineExpose({
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<USlideover v-model="isDrawerActive" :prevent-close="modified" :ui="{ width: 'max-w-xl' }">
|
<USlideover v-model="isDrawerActive" :prevent-close="modified" :ui="{ width: 'max-w-lg' }">
|
||||||
<UCard class="flex flex-col flex-1 overflow-hidden" :ui="{
|
<UCard class="flex flex-col flex-1 overflow-hidden" :ui="{
|
||||||
body: { base: 'overflow-auto flex-1' },
|
body: { base: 'overflow-auto flex-1' },
|
||||||
ring: '',
|
ring: '',
|
||||||
@@ -263,7 +263,7 @@ defineExpose({
|
|||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<div v-else class="flex flex-col h-full gap-2 overflow-hidden overscroll-y-none overshadow">
|
<div v-else class="flex flex-col h-full gap-2 overflow-hidden overscroll-y-none overshadow">
|
||||||
<div class="relative overflow-hidden min-h-12">
|
<div class="relative w-full aspect-video flex-1">
|
||||||
<div class="absolute w-fit mx-auto inset-x-0 font-sans font-bold subtitle" :class="{
|
<div class="absolute w-fit mx-auto inset-x-0 font-sans font-bold subtitle" :class="{
|
||||||
'stroke': subtitleStyleState.effect === 'stroke',
|
'stroke': subtitleStyleState.effect === 'stroke',
|
||||||
}" :style="{
|
}" :style="{
|
||||||
|
|||||||
Reference in New Issue
Block a user