From 6db67c6fcc5a0182b2df1e34f4519310196d64d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Thu, 17 Feb 2022 16:01:40 +0800 Subject: [PATCH] css --- src/mods/AppVideoSurve/AppVideoSurve.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/mods/AppVideoSurve/AppVideoSurve.vue b/src/mods/AppVideoSurve/AppVideoSurve.vue index fb24ff5..09c5a17 100644 --- a/src/mods/AppVideoSurve/AppVideoSurve.vue +++ b/src/mods/AppVideoSurve/AppVideoSurve.vue @@ -116,6 +116,7 @@ export default { .videoSurveillance { background: #fff; padding: 0 32px; + height: 100%; .area-content { .ai-area { .ai-area__wrapper { @@ -181,8 +182,8 @@ export default { .item { display: inline-block; - width: calc(50% - 36px); - // margin-right: 36px; + // width: calc(50% - 28px); + width: 48%; border-radius: 16px; position: relative; margin-bottom: 32px; @@ -213,7 +214,7 @@ export default { } } .item:nth-child(2n + 0) { - margin-left: 36px; + margin-left: 3.5%; } } }