|
@@ -51,7 +51,7 @@ export default defineComponent({
|
|
|
const playProgress = (runtime.currentTimeNum / runtime.durationNum) * circleLength
|
|
|
return (
|
|
|
<Teleport to="body">
|
|
|
- <div style={detailState.chenkuang ? {top: 0, left: '30%'} : ''} class={styles.player} id="globalPlayer">
|
|
|
+ <div style={detailState.chenkuang ? {top: 0, left: '30%', right: 'initial', bottom: 'initial'} : ''} class={styles.player} id="globalPlayer">
|
|
|
{!runtime.evaluatingStatus && (
|
|
|
<>
|
|
|
{(runtime.playState === 'pause' || runtime.playState === 'suspend') &&
|