色婷婷狠狠18禁久久YY,CHINESE性内射高清国产,国产女人18毛片水真多1,国产AV在线观看

水平列表到垂直列表

錢衛國1年前8瀏覽0評論

為什么這條消息的列表在管理面板中是水平的,而在其他頁面中是垂直的?

.user-list{
display:inline;
}
.users header,
.users-list a{
display: flex;
align-items: center;
padding-bottom: 20px;
border-bottom: 1px solid #e6e6e6;
justify-content: space-between;
}

This is the result

默認情況下,彈性盒是行。要使它們顯示為列,請添加屬性flex-direction: column或flex-direction: column-reverse。