Commit faad3adcc036e06a87ce12e835d090c4045ecb5a

Authored by xp.Huang
2 parents 1b99eb5d 20c72464

Merge branch 'ww' into 'main'

fix: camera manage split mode narrow gap

See merge request huang/yun-teng-iot-front!364
... ... @@ -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>
... ...