'消息界面'
This commit is contained in:
parent
6c9e79e7cc
commit
3fd2a4377a
|
@ -47,7 +47,7 @@
|
|||
{
|
||||
"path": "pages/Message/Policy",
|
||||
"style": {
|
||||
"navigationBarTitleText": "政策通知",
|
||||
"navigationBarTitleText": "政策通知"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -97,7 +97,7 @@
|
|||
.grid-container {
|
||||
background-color: #ffffff;
|
||||
display: flex; /* 使用 Flexbox 布局 */
|
||||
flex-wrap: no; /* 允许换行 */
|
||||
flex-wrap: nowrap; /* 允许换行 */
|
||||
justify-content: space-between; /* 主轴上均匀分布项目 */
|
||||
align-content: space-between; /* 交叉轴上均匀分布项目 */
|
||||
width: 100%; /* 视图宽度 */
|
||||
|
|
Loading…
Reference in New Issue
Block a user