diff --git a/src/views/board/index.vue b/src/views/board/index.vue index a19e20d..7f3fcda 100644 --- a/src/views/board/index.vue +++ b/src/views/board/index.vue @@ -141,30 +141,28 @@ export default { } .item1 { - right: -3%; - width: 14vw; + right: 0%; bottom: 25%; } .item2 { right: 18%; - width: 14vw; bottom: 25%; } .item3 { right: 60%; - width: 14vw; bottom: 25%; } .item4 { right: 75%; - width: 14vw; bottom: 65%; } .item1, .item2, .item3, .item4 { + padding: 8px; + //width: 14vw; position: absolute; border: 1px solid white; transform: translateX(-50%);