gpt4 book ai didi

css - Rails - 如果设置了 CSS 属性宽度或填充,则通知可见

转载 作者:太空宇宙 更新时间:2023-11-04 14:58:22 24 4
gpt4 key购买 nike

通常<%=flash[:notice] %>在布局中。当我试图给它添加一些样式时,我遇到了这样的麻烦。例如:

 text-align: center;
background: #fde073;

如果没有通过重定向提供通知,则页面上没有任何内容,正如预期的那样。

但如果我添加 paddingheight对于 CSS,即使没有通过重定向提供通知,它也会显示通知(无文本,但背景颜色)。

我可以用 JS 修复它,但对我来说它看起来很丑陋。还有其他选择吗?

最佳答案

我建议在通知不存在时跳过通知 div 的呈现。像这样:

<% if flash[:notice] %>
<div class='notice'><%= flash[:notice] %></div>
<% end %>

关于css - Rails - 如果设置了 CSS 属性宽度或填充,则通知可见,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16743059/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com