Browse Source

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

dao qin 1 year ago
parent
commit
a6170e247f

+ 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"