Commit bd38efea7ae814f1a50c1916c318ce2b7ae0eed6

Authored by ww
1 parent 971dc763

fix: camera manage split mode layout problem

@@ -238,7 +238,7 @@ @@ -238,7 +238,7 @@
238 class="h-full flex flex-col justify-center items-center" 238 class="h-full flex flex-col justify-center items-center"
239 v-if="!cameraList.length" 239 v-if="!cameraList.length"
240 /> 240 />
241 - <Row :gutter="16" class="h-full mx-0"> 241 + <Row :gutter="16" class="h-full mx-0 content-start">
242 <Col 242 <Col
243 v-for="item in cameraList" 243 v-for="item in cameraList"
244 :key="item.id" 244 :key="item.id"