简体   繁体   English

Tapestry 5.4 Beanedit表单警报

[英]Tapestry 5.4 Beanedit form alert

How can I hide this alert in my beanedit form. 如何在beanedit表单中隐藏此警报。 It's really annoying. 真烦人。

在此处输入图片说明

I tried with this css code but it didn't work. 我尝试了此CSS代码,但没有成功。

.alert-dismissable .alert .alert-danger{
    display: none !important;
}

I fixed it. 我修好了它。 In my css file I added 在我的css文件中,我添加了

.bean > .alert{
    display: none !important;
}

After that I just added the class bean to the form. 之后,我将类bean添加到表单中。 Thats it no more alerts. 多数民众赞成在没有更多的警报。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM