事件上报

This commit is contained in:
liuye
2024-07-22 11:51:43 +08:00
parent f637e8c943
commit 0789bda44f
6 changed files with 23 additions and 18 deletions

View File

@@ -207,8 +207,8 @@ export default {
flex-wrap: wrap;
.item {
width: 29vw;
height: 29vw;
width: 27vw;
height: 27vw;
position: relative;
padding: 0 2pt 2pt 0;
box-sizing: border-box;
@@ -225,8 +225,8 @@ export default {
}
image,video {
width: 29vw;
height: 29vw;
width: 27vw;
height: 27vw;
}
}
}
@@ -281,8 +281,8 @@ export default {
}
.default {
width: 30vw;
height: 30vw;
width: 27vw;
height: 27vw;
box-sizing: border-box;
border-radius: 8px;
background: #f3f4f7;