【问题标题】:Need to Remove the extra space below the rich:menuItem需要去掉rich:menuItem下面的多余空间
【发布时间】:2023-04-04 21:31:01
【问题描述】:

我在rich:dropDownMenu 中添加了1 个rich:menuItem。但在 UI 中,menuItem 下方有一个额外的空间。如何删除该空间。

【问题讨论】:

    标签: css jsf richfaces


    【解决方案1】:

    我遇到了同样的问题。我修改了rich-menu-list-strut CSS 类,将其height 设置为0

    .rich-menu-list-strut {
        height: 0;
    }
    

    【讨论】:

      【解决方案2】:

      使用带有 Firebug 插件的 Firefox 浏览器并检查页面上的元素。

      可能是 CSS 问题。

      【讨论】:

        猜你喜欢
        • 2012-10-23
        • 2012-01-18
        • 2022-07-23
        • 1970-01-01
        • 2019-06-04
        • 1970-01-01
        • 1970-01-01
        • 2019-02-11
        • 2013-05-14
        相关资源
        最近更新 更多