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.
我有一个树视图,我将文本绑定到节点。现在,如果文本的长度增加,它会移动到下一行。下一行从上面的文本前一个位置开始,导致正确对齐。是否有任何 css 或任何方式我可以调用一些 javascript 方法并正确对齐它。
问候,弗朗西斯 P。
尝试将树的子节点包装在一个跨度中。然后添加 margin-left:5px 或任何东西以确保您将其与树节点对齐。