我已經做了100秒的時間,它按預期工作,但只是這種情況。離子3 popover不是旁邊的按鈕
的酥料餅的樣子:
<ion-content style="padding:5px">
<ion-label class="menu-options-link" (click)="doneTask()">Accept New Leads</ion-label>
</ion-content>
啓動酥料餅的頁面看起來像:
<ion-card class="dashboard-widget-layout dashboard-widget">
<ion-card-header class="dashboard-widget-card-header">
<ion-grid>
<ion-row>
<ion-col>
<ion-label class="dashboard-widget-header">New Leads</ion-label>
</ion-col>
<ion-col col-auto>
<ion-icon name="ios-more" style="zoom:1.5"
(點擊)= 「showOptions($事件)」>
發射ts是
showOptions(myEvent){
//alert('hey')
var popover = this.leadOptionsPopup.create(LeadOptionsPage, {}, { cssClass: 'options-popover'});
popover.present({
ev: myEvent
});
}
這應該這樣做,但彈出窗口只是相對於圖標而言。
您可以添加如何顯示它的屏幕截圖嗎? –
https://www.dropbox.com/s/5nkgk7j6qshodeo/Screenshot%202017-09-24%2021.16.36.png?dl=0 – Vik
請將您的文章與圖片聯繫起來 –