'消息界面'

This commit is contained in:
Aw0odMan 2024-08-29 15:26:39 +08:00
parent 6c9e79e7cc
commit 3fd2a4377a
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
{
"path": "pages/Message/Policy",
"style": {
"navigationBarTitleText": "政策通知",
"navigationBarTitleText": "政策通知"
}
}
],

View File

@ -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%; /* 视图宽度 */