This commit is contained in:
李志鹏
2026-04-14 15:25:37 +08:00
parent 68de44236d
commit 0ea664f32a

View File

@@ -77,17 +77,19 @@ export default defineComponent({
left: 50%; left: 50%;
top: 50%; top: 50%;
transform: translate(-50%,-50%); transform: translate(-50%,-50%);
width: 80%; // width: 80%;
height: auto; // height: auto;
max-height: 80vh; // max-height: 80vh;
// width: max-content;
position: absolute; position: absolute;
width: max-content;
video{ video{
width: 100%; // width: 100%;
// max-height: 80vh;
// height: 100%;
// object-fit: contain;
// width: max-content;
max-height: 80vh; max-height: 80vh;
height: 100%; max-width: 80vw;
object-fit: contain;
width: max-content;
} }
.general_video_btn{ .general_video_btn{
color: #fff; color: #fff;