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.
我有一个带有节点的 radtree,其中一些节点带有图像和文本。现在,当它们被渲染时,节点会从内容的开头对齐。我希望节点的文本部分对齐。请找到所附图片以获得更多说明。
我尝试添加一个 css 类和一个内容 css 类。但我认为我提到的属性被覆盖了。
任何帮助,将不胜感激。
谢谢。诺埃尔
从 Telerik 支持那里得到这个:
您可以使用以下 css 类选择器将图像定位在文本之前并保持其当前位置:
<style> div.RadTreeView .rtImg { margin-left: -16px; } </style>