Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道如何删除组合框周围的小边框?
在 Flex3 组合框(光环主题)中,左、右和底部边缘都有这个灰色的小边框。我想删除这些边框,以便组合框的按钮部分根本没有任何边框。相反,我只想要顶部边框。
有什么想法可以做到吗?
谢谢。
我认为您必须将皮肤 css 属性中默认使用的类替换为您自己的类。文档说这是在 ComboBase 中定义的,因此您需要查看那里的类,看看您是否可以扩展甚至取消它(通过将皮肤设置为空的 ClassReference)。