This commit is contained in:
Aw0odMan 2024-08-29 17:39:22 +08:00
commit 0a3a13e0b4
2 changed files with 2 additions and 2 deletions

View File

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

View File

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