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