wenhongquan 3 년 전
부모
커밋
8e34aa0bef
2개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 1
      src/components/Card/index.scss
  2. 4 4
      src/views/IncidentDetail/LiveMonitoringCard/index.tsx

+ 1 - 1
src/components/Card/index.scss

@@ -109,7 +109,7 @@
         background-image: url('../../assets/card-bg/frame_skjc@2x.png');
         .livec {
             height: px2rem((469px * 2 - 60px * 2 - 25px *2)/2 - 10px*2);
-            margin-top: px2rem(20px *2);
+            margin-top: px2rem(21px *2);
             overflow: hidden;
         }
     }

+ 4 - 4
src/views/IncidentDetail/LiveMonitoringCard/index.tsx

@@ -27,9 +27,9 @@ export default defineComponent({
         <div class="livec">
           <div
             id="relvideo1"
-            style="width: 100%;height: 100%;padding:10px;padding-left:1px;padding-bottom:1px">
+            style="width: 100%;height: 100%;padding:10px;padding-left:1px;padding-bottom:10px">
             <img
-              style="width: 100%;height: 100%;"
+              style="width: 100%;height: 90%;"
               // src={fdimg}
               src="https://img1.baidu.com/it/u=1650334584,1209303936&fm=253&fmt=auto&app=120&f=JPEG?w=1129&h=642"
             />
@@ -38,9 +38,9 @@ export default defineComponent({
         <div class="livec">
           <div
             id="relvideo2"
-            style="width: 100%;height: 100%;padding:10px;padding-left:1px;padding-bottom:1px">
+            style="width: 100%;height: 100%;padding:10px;padding-left:1px;padding-bottom:10px">
             <img
-              style="width: 100%;height: 100%;"
+              style="width: 100%;height: 90%;"
               // src={fdimg}
               src="https://img1.baidu.com/it/u=1650334584,1209303936&fm=253&fmt=auto&app=120&f=JPEG?w=1129&h=642"
             />