【update】 首页起草组图标

This commit is contained in:
danshihao
2024-01-15 17:00:41 +08:00
parent b181a9ea2a
commit 582057c5e8
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -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',
}
+3 -2
View File
@@ -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;