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;