From 6e3d8234a4b1bae86b3c896468e20ea9f13c7fb7 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期三, 24 三月 2021 11:46:44 +0800 Subject: [PATCH] 朔黄视频播放进度条 --- src/pages/shuohuangMonitorAnalyze/components/eventVideos.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/components/eventVideos.vue b/src/pages/shuohuangMonitorAnalyze/components/eventVideos.vue index b1a7e23..cd08380 100644 --- a/src/pages/shuohuangMonitorAnalyze/components/eventVideos.vue +++ b/src/pages/shuohuangMonitorAnalyze/components/eventVideos.vue @@ -101,7 +101,7 @@ // } .video-item { width: 200px; - //height: 112.5px; + height: fit-content; margin: 10px 40px; //background: rgb(200, 223, 251); padding: 10px; -- Gitblit v1.8.0