css
This commit is contained in:
@@ -116,6 +116,7 @@ export default {
|
|||||||
.videoSurveillance {
|
.videoSurveillance {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
padding: 0 32px;
|
padding: 0 32px;
|
||||||
|
height: 100%;
|
||||||
.area-content {
|
.area-content {
|
||||||
.ai-area {
|
.ai-area {
|
||||||
.ai-area__wrapper {
|
.ai-area__wrapper {
|
||||||
@@ -181,8 +182,8 @@ export default {
|
|||||||
|
|
||||||
.item {
|
.item {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: calc(50% - 36px);
|
// width: calc(50% - 28px);
|
||||||
// margin-right: 36px;
|
width: 48%;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: 32px;
|
margin-bottom: 32px;
|
||||||
@@ -213,7 +214,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.item:nth-child(2n + 0) {
|
.item:nth-child(2n + 0) {
|
||||||
margin-left: 36px;
|
margin-left: 3.5%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user