diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/CameraShower/index.vue b/ruoyi-ui/src/views/JiHeExpressway/components/CameraShower/index.vue index 0310662e..ccb78f6a 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/components/CameraShower/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/components/CameraShower/index.vue @@ -176,7 +176,9 @@ $colorLabel: #3DE8FF; .flex1{ flex: 1; height:0; } - .videoPlayer { height: 246px; } + .videoPlayer { height: 246px; + .video-stream{ width: 100%; height: 100%;} + } .operation{ display: flex; flex-direction: row; height: 36px; justify-content: space-between; align-items: center; padding: 0 20px; border-bottom:1px solid #3DE8FF; position: relative; .selectCam{ display: flex; flex-direction: row; diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/Decorations/BackgroundClip.vue b/ruoyi-ui/src/views/JiHeExpressway/components/Decorations/BackgroundClip.vue index 0e0019ea..bc825e02 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/components/Decorations/BackgroundClip.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/components/Decorations/BackgroundClip.vue @@ -1,5 +1,5 @@ @@ -29,20 +29,39 @@ export default {