ionic3 ActionSheetController 安卓樣式

// 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();
  }
?著作權(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ù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容