修改看板

boardTest
夜笙歌 4 weeks ago
parent 4d573c70a3
commit dcecdaa6b9

@ -141,30 +141,28 @@ export default {
} }
.item1 { .item1 {
right: -3%; right: 0%;
width: 14vw;
bottom: 25%; bottom: 25%;
} }
.item2 { .item2 {
right: 18%; right: 18%;
width: 14vw;
bottom: 25%; bottom: 25%;
} }
.item3 { .item3 {
right: 60%; right: 60%;
width: 14vw;
bottom: 25%; bottom: 25%;
} }
.item4 { .item4 {
right: 75%; right: 75%;
width: 14vw;
bottom: 65%; bottom: 65%;
} }
.item1, .item2, .item3, .item4 { .item1, .item2, .item3, .item4 {
padding: 8px;
//width: 14vw;
position: absolute; position: absolute;
border: 1px solid white; border: 1px solid white;
transform: translateX(-50%); transform: translateX(-50%);

Loading…
Cancel
Save