style: 视频预览加载遮罩增加'加载中...'文案

This commit is contained in:
小鱼开发
2026-05-21 16:06:40 +08:00
parent ec3b2b87ed
commit 6def12995e
@@ -395,8 +395,10 @@ export default function VideoGeneration() {
position: 'absolute',
inset: 0,
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
justifyContent: 'center',
gap: '12px',
background: 'rgba(26, 26, 46, 0.8)',
zIndex: 2,
}}
@@ -411,6 +413,7 @@ export default function VideoGeneration() {
animation: 'avatar-spin 1s linear infinite',
}}
/>
<span style={{ color: '#fff', fontSize: '14px' }}>...</span>
</div>
)}
</>