如何制作确认对话框向下翻页
以下是p:cenfirmdialog代码:
<p:confirmDialog id="popUpData" global="true" widgetVar="popUpData"
header="#{app['data.fail']}" styleClass="Sdialog"
closable="false" draggable="true">
以下是CSS代码:
.Sdialog{
width:50% !important;
height:20% !important;
top : 80% !important;
}
只需向下移动确认端。但是弹出式的弹出量不会降低,更改也没有得到反映。您能在这里帮助我吗?
Following is the p:confirmDialog code :
<p:confirmDialog id="popUpData" global="true" widgetVar="popUpData"
header="#{app['data.fail']}" styleClass="Sdialog"
closable="false" draggable="true">
Below is the CSS code :
.Sdialog{
width:50% !important;
height:20% !important;
top : 80% !important;
}
Want to just move the confirmDialog a bit down. But the pop up is not coming down and the changes are not getting reflected. Can you please help me here.Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论