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.
使用 Webix 开发 UI。有一个意想不到的问题:我试图将标签对齐设置到复选框的右侧,但是当我使用 labelRight 时,控件前有一个意想不到的空格,好像左侧标签存在一样。有没有办法解决它?
我有同样的问题。就labelWidth:0这样设置:
labelWidth:0
{ view:"checkbox", width:110, labelRight:"SomeText", labelWidth:0 },