This commit is contained in:
tianshujie
2022-01-10 15:41:24 +08:00
parent 3c2fe9e87f
commit 0601474a78
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
.pri-selector .br-0 {padding-bottom: 5px;}
.required:after {left: 213px; z-index: 2;}
.pri-selector {z-index: 3;}
#estimate, .pri-selector {z-index: 3;}
.input-group > #name {padding-right: 16px;}
+1 -1
View File
@@ -36,7 +36,7 @@
<div class='table-col w-120px'>
<div class="input-group">
<span class="input-group-addon fix-border br-0"><?php echo $lang->kanbancard->estimate;?></span>
<input type="text" name="estimate" id="estimate" class="form-control" autocomplete="off" placeholder=<?php echo $lang->kanbancard->lblHour;?>>
<?php echo html::input('estimate', '', "class='form-control' placeholder='{$lang->kanbancard->lblHour}' autocomplete='off'");?>
</div>
</div>
</div>