diff --git a/epdc-resident-mp-yushan/subpages/safety/components/sudoku/sudoku.wxss b/epdc-resident-mp-yushan/subpages/safety/components/sudoku/sudoku.wxss index a8c87d3..c691c87 100644 --- a/epdc-resident-mp-yushan/subpages/safety/components/sudoku/sudoku.wxss +++ b/epdc-resident-mp-yushan/subpages/safety/components/sudoku/sudoku.wxss @@ -5,16 +5,16 @@ } .content { width: 100%; - display: grid; - grid-template-columns: 1fr 1fr 1fr; - grid-template-rows: 150rpx; - box-sizing: border-box; + display: inline-block; } .item { - display: flex; + display: inline-flex; flex-direction: column; justify-content: center; align-items: center; + box-sizing: border-box; + width: 33%; + margin-top: 20rpx; } .item .image { width:220rpx;