2015-10-19 38 views
0

当我在zk中使用datebox时需要帮助7引导程序,datebox位置不在正确位置如何解决问题就像在我的图片中显示的那样?使用引导程序在zk 7中破坏的日期框

enter image description here

这里是我的ZUL文件代码:

<div> 
     <hlayout width="50%"> 
     <datebox width="200px"/>   
     <textbox id="txtFind" width="200px" top="10px" /> 
     <button id="find"  width="50px" height="25px" src="/img/Find24.png" tooltiptext="Find Record"/> 
     </hlayout> 
    </div> 
+1

http://zkfiddle.org/sample/3lgom7p/1 -stackexchange-question我无法单独使用此代码重现它。有可能改变小提琴和metnioning确切的zk版本? – chillworld

回答

0

尝试增加hlayout的宽度:

<hlayout width="70%"> 
相关问题