From 95c7dde69790bfdc871d4f7ba7710b0ab6893963 Mon Sep 17 00:00:00 2001 From: zhaoyongnian <541231643@qq.com> Date: Thu, 10 Sep 2020 15:12:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../subpages/safety/components/sudoku/sudoku.wxss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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;