我需要的+
按鈕移動到下面的代碼的權利side.But不working.Can你告訴我爲什麼?
.scss
.plusButton {
position: absolute;
z-index: 11;
color: white;
float: right;
}
的.html
<button ion-button clear class="plusButton"> <ion-icon name="add-circle"></ion-icon></button>
這個什麼:'.plusButton { 的位置是:絕對的; z-index:11; 顏色:白色; top:16px; right:16px; }'? – sebaferreras
是的,這是working.But你能告訴我你是怎麼決定應該是正確的':16px'?這不是'ipad'(即更大的設備)的問題嗎?@sebaferreras – Sampath
離子通常在內容中使用「16px」的填充(當您將'padding'屬性添加到內容' ... ...「時,我總是在需要時使用相同的填充所以東西*外面*離子... –
sebaferreras