我正在嘗試將這些欄移到注銷按鈕旁邊的右側。
這是目前的風格。
.p-menubar-button {
display: none;
cursor: pointer;
align-items: center;
justify-content: center;
}
我試圖align-content: flex-end但它沒有移動它。
這就是我想要實作的目標
uj5u.com熱心網友回復:
這可能有效,請嘗試添加:
彈性:1;
uj5u.com熱心網友回復:
.p-menubar-button {
display: none;
cursor: pointer;
align-items: center;
justify-content: center;
margin-left: 18cm;
}
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/423446.html
標籤:
