@@ -83,6 +83,6 @@ export default {
<style lang="scss" scoped>
.nut-video{
- height:200px;
+ height:240px;
}
</style>
@@ -5,7 +5,7 @@
display: flex;
.nut-videoplayer {
width: 100%;
- background: #000;
+ background:#000;
.playing-mask {
@@ -15,6 +15,11 @@
right: 0;
bottom: 60px;
+ video{
+ width:100%;
+ height:100%;
+ object-fit:fill;
+ }
.nut-video-play-btn {
// display: none;
width: 80px;