【发布时间】:2017-09-25 02:40:35
【问题描述】:
我已经完成了 100 次,它按预期工作,但只是这种情况。
弹出框看起来像:
<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"
(click)="showOptions($event)">
启动ts是
showOptions(myEvent){
//alert('hey')
var popover = this.leadOptionsPopup.create(LeadOptionsPage, {}, { cssClass: 'options-popover'});
popover.present({
ev: myEvent
});
}
应该这样做,但弹出框相对于图标只是远离了。
【问题讨论】:
-
你能添加一张它是如何显示的截图吗?
-
请edit你的帖子与图片..
-
对此有什么帮助吗?