// css
.action-sheet-md {
text-align: center;
}
.action-sheet-md .action-sheet-container {
padding: 0 10px;
}
.action-sheet-md .action-sheet-group {
overflow: hidden;
margin-bottom: 8px;
border-radius: 13px;
background: #f9f9f9;
}
.action-sheet-md .action-sheet-group:last-child {
margin-bottom: 10px;
padding-bottom: 0;
}
.action-sheet-md .action-sheet-title {
padding: 1.5rem;
border-bottom: 0.55px solid #d6d6da;
border-radius: 0;
font-size: 1.3rem;
font-weight: 400;
text-align: center;
color: #8f8f8f;
}
.action-sheet-md .action-sheet-button {
margin: 0;
padding: 18px;
min-height: 5.6rem;
border-bottom: 0.55px solid #d6d6da;
font-size: 1.6rem;
color: #007aff;
background: transparent;
}
.action-sheet-md .action-sheet-button:last-child {
border-bottom: 0;
}
.action-sheet-md .action-sheet-cancel {
font-weight: 600;
background: #fff;
}
.action-sheet-md .action-sheet-group:last-child {
padding-bottom: 0rem;
}
.zm-action-button {
.button-inner {
justify-content: center !important;
}
}
// ts
presentActionSheet() {
let actionSheet = this.actionSheetCtrl.create({
cssClass: 'zm-action-button',
title: '裝/卸貨',
buttons: [
{
text: '裝貨',
handler: () => {
this.portName = '裝貨';
}
},
{
text: '卸貨',
handler: () => {
this.portName = '卸貨';
}
},
{
text: '取消',
role: 'cancel',
handler: () => {
console.log('點擊取消');
}
}
]
});
actionSheet.present();
}
ionic3 ActionSheetController 安卓樣式
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。
相關(guān)閱讀更多精彩內(nèi)容
- 當我們的ionic應(yīng)用開發(fā)結(jié)束之后,就要開始上線到應(yīng)用市場,那么Android的發(fā)布步驟具體是怎么樣的呢? 1)編...
- 鏈接:ionic3 教程(一)安裝和配置 ionic3 教程(二)登錄頁制作 ionic3 教程(三)設(shè)置頁制...
- 在現(xiàn)階段的安卓開發(fā)中,有著大量高級的開發(fā)組織架構(gòu),例如MVP,MVVM或者Clean Architecture,還...
- 針對學(xué)生和家長普遍都不知道應(yīng)該如何選擇大學(xué)專業(yè)這一現(xiàn)狀,越來越多的高校推出了一系列利好政策,比如無門檻轉(zhuǎn)專業(yè)、比如...