From 582057c5e87b4847a7d61551903a95b0df984917 Mon Sep 17 00:00:00 2001 From: danshihao Date: Mon, 15 Jan 2024 17:00:41 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91=20=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E8=B5=B7=E8=8D=89=E7=BB=84=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/home.js | 4 ++-- pages/home/home.wxss | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pages/home/home.js b/pages/home/home.js index e1d620e..f41d065 100644 --- a/pages/home/home.js +++ b/pages/home/home.js @@ -404,7 +404,7 @@ Page({ val: '7', }, { - path: '../../assets/images/gongzuozu-new.png', + path: '../../assets/images/qicaozu-new.png', text: '起草组', val: '8', } @@ -447,7 +447,7 @@ Page({ val: '7', }, { - path: '../../assets/images/gongzuozu-new.png', + path: '../../assets/images/qicaozu-new.png', text: '起草组', val: '8', } diff --git a/pages/home/home.wxss b/pages/home/home.wxss index 73c9ee3..bc2c0f3 100644 --- a/pages/home/home.wxss +++ b/pages/home/home.wxss @@ -13,12 +13,13 @@ page{ background-color: #fff; border-radius: 10px; display: flex; - justify-content: space-around; + /* 这个会影响最后一行有空位置会居中平均 */ + /* justify-content: space-around; */ flex-wrap: wrap; align-items: center; } .select-item{ - width: 25%; + width: 20%; font-size: 10pt; color: #666666; flex-direction: column;