diff --git a/src/components/viewPost/tp-vod.vue b/src/components/viewPost/tp-vod.vue index e566e158..9d637251 100644 --- a/src/components/viewPost/tp-vod.vue +++ b/src/components/viewPost/tp-vod.vue @@ -7,7 +7,8 @@ data-html2canvas-ignore >
- cover + cover + icon
mdi-clock-time-four-outline @@ -169,9 +170,12 @@ onUnmounted(() => { max-width: 100%; margin: 8px auto; aspect-ratio: v-bind(vodAspectRatio); /* stylelint-disable-line value-keyword-case */ + background: var(--box-bg-1); } .tp-vod-container { + position: relative; + z-index: 1; overflow: hidden; max-width: 100%; border-radius: 8px; @@ -180,7 +184,7 @@ onUnmounted(() => { .tp-vod-share { position: absolute; - z-index: -1; + z-index: 0; top: 0; left: 0; display: flex;