소스 검색

fix: 调整组相机配置分页位置

dao qin 1 년 전
부모
커밋
a6170e247f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/cameras/preview/components/CameraConfigGroup/CameraConfigGroup.vue

+ 1 - 1
src/views/cameras/preview/components/CameraConfigGroup/CameraConfigGroup.vue

@@ -11,7 +11,7 @@
     <el-table
       :data="cameraGroupList"
       :span-method="objectSpanMethod"
-      height="calc(100vh - 380px)"
+      height="calc(100vh - 300px)"
       style="width: 100%; margin-top: 16px; --el-table-border-color: none"
       v-loading="loading"
       :row-class-name="tableRowClassName"