the problem only exist in 2.0.3.1 . in 2.0.2.0 works ok.
I spend some time , i found the problem is , somehow this new version, missing out width =20% with start date and finish date.
the working one (2.0.2.0)
Code: Select all
<td class="text-left" style="width: 20%;"><div class="input-group date">
<input type="text" name="product_discount[0][date_start]" value="" placeholder="开始日期" data-date-format="YYYY-MM-DD" class="form-control">
Code: Select all
<td class="text-left" ><div class="input-group date">
<input type="text" name="product_discount[0][date_start]" value="" placeholder="开始日期" data-date-format="YYYY-MM-DD" class="form-control">