gpt4 book ai didi

css - 覆盖溢出 :hidden from LayoutPanel's Layer

转载 作者:行者123 更新时间:2023-11-28 11:49:26 24 4
gpt4 key购买 nike

有什么方法可以覆盖 LayoutPanel 层的 overflow:hidden 吗?这是我的:

   <g:LayoutPanel>  
<g:layer height="20px" bottom="0px" right="0px" width="70px" style="overflow:visible;">
<g:Anchor styleName="{style.helpLink}" ui:field="helpL">Help</g:Anchor>
</g:layer>
</g:LayoutPanel>

我无法将 ui:field 分配给图层元素,并且上面的内联样式显然不起作用。我需要将 overflow:visible 分配给该特定层。有什么解决方法吗?

非常感谢。

最佳答案

您必须深入到 DOM 级别。

您可以在小部件加载后执行:helpL.get Element().getParent Element().getStyle().set Overflow( Overflow.VISIBLE);

关于css - 覆盖溢出 :hidden from LayoutPanel's Layer,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6457773/

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