|
@@ -194,6 +194,7 @@ defineExpose({ getCurrent, play, pause, setCurrent, changeMuted })
|
|
|
.video {
|
|
.video {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: calc(100vh - 95px - env(safe-area-inset-bottom) - env(safe-area-inset-top));
|
|
height: calc(100vh - 95px - env(safe-area-inset-bottom) - env(safe-area-inset-top));
|
|
|
|
|
+ height: calc(100vh - 95px - constant(safe-area-inset-bottom) - constant(safe-area-inset-top));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.video-player {
|
|
.video-player {
|
|
@@ -221,7 +222,7 @@ defineExpose({ getCurrent, play, pause, setCurrent, changeMuted })
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
left: 0;
|
|
left: 0;
|
|
|
right: 0;
|
|
right: 0;
|
|
|
- bottom: 0px;
|
|
|
|
|
|
|
+ bottom: 10px;
|
|
|
--van-slider-button-width: 18px;
|
|
--van-slider-button-width: 18px;
|
|
|
--van-slider-button-height: 18px;
|
|
--van-slider-button-height: 18px;
|
|
|
z-index: 30;
|
|
z-index: 30;
|