Commit 20c72464fb8ba6e204371dfadfa24cb4e507daac
1 parent
1c7d1fd7
fix: camera manage split mode narrow gap
Showing
1 changed file
with
3 additions
and
3 deletions
@@ -238,15 +238,15 @@ | @@ -238,15 +238,15 @@ | ||
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 content-start"> | 241 | + <Row :gutter="8" 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" |
245 | :style="{ height: `${100 / pagination.colNumber}%` }" | 245 | :style="{ height: `${100 / pagination.colNumber}%` }" |
246 | - class="h-1/2 !px-0 !flex justify-center items-center gap-2" | 246 | + class="h-1/2 !px-0 !flex justify-center items-center" |
247 | :span="getColLayout" | 247 | :span="getColLayout" |
248 | > | 248 | > |
249 | - <div class="box-border w-full h-full p-3"> | 249 | + <div class="box-border w-full h-full p-1px"> |
250 | <div class="bg-black w-full h-full overflow-hidden relative video-container"> | 250 | <div class="bg-black w-full h-full overflow-hidden relative video-container"> |
251 | <Spin v-show="!item.isTransform" :spinning="!item.isTransform"> | 251 | <Spin v-show="!item.isTransform" :spinning="!item.isTransform"> |
252 | <div class="bg-black text-light-50"> </div> | 252 | <div class="bg-black text-light-50"> </div> |