Commit bd38efea7ae814f1a50c1916c318ce2b7ae0eed6
1 parent
971dc763
fix: camera manage split mode layout problem
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -238,7 +238,7 @@ |
238 | 238 | class="h-full flex flex-col justify-center items-center" |
239 | 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 | 242 | <Col |
243 | 243 | v-for="item in cameraList" |
244 | 244 | :key="item.id" | ... | ... |