Commit faad3adcc036e06a87ce12e835d090c4045ecb5a
Merge branch 'ww' into 'main'
fix: camera manage split mode narrow gap See merge request huang/yun-teng-iot-front!364
Showing
1 changed file
with
3 additions
and
3 deletions
... | ... | @@ -238,15 +238,15 @@ |
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 content-start"> | |
241 | + <Row :gutter="8" class="h-full mx-0 content-start"> | |
242 | 242 | <Col |
243 | 243 | v-for="item in cameraList" |
244 | 244 | :key="item.id" |
245 | 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 | 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 | 250 | <div class="bg-black w-full h-full overflow-hidden relative video-container"> |
251 | 251 | <Spin v-show="!item.isTransform" :spinning="!item.isTransform"> |
252 | 252 | <div class="bg-black text-light-50"> </div> | ... | ... |