瀏覽代碼

fix: video铺满屏幕

anxiaoxia 4 月之前
父節點
當前提交
280381e229
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/envmonitor/taiguv1/components/Screen/index.vue

+ 3 - 0
src/views/envmonitor/taiguv1/components/Screen/index.vue

@@ -115,6 +115,9 @@ const setScreenStatus = (type, value) => {
     background-color: rgba(255, 255, 255, 0.2);
     backdrop-filter: blur(40px);
     box-shadow: 0px 10px 20px 0px rgba(0, 20, 40, 0.1);
+    display: flex;
+    flex-direction: column;
+    justify-content: space-between;
     .top {
         display: flex;
         img {