2015-10-19 53 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%">