前端优化
parent
f01d4b69b8
commit
5e7282bc2c
|
@ -399,3 +399,6 @@ gallery.html css
|
|||
input {
|
||||
font-size: 1.48vh !important;
|
||||
}
|
||||
textarea{
|
||||
font-size: 1.48vh !important;
|
||||
}
|
|
@ -592,13 +592,13 @@
|
|||
<#if costDetail.category == procurementType.id>${procurementType.name}</#if>
|
||||
</#list>
|
||||
</td>
|
||||
<td><input type="text" readonly
|
||||
<td width="260px"><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost"
|
||||
value="${costDetail.name!}"></td>
|
||||
<td><input type="text" readonly
|
||||
<td width="80px"><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost"
|
||||
value="${costDetail.unit!}"></td>
|
||||
<td><input type="text" readonly
|
||||
<td width="80px"><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost input-changeable-amount"
|
||||
value="${costDetail.amount!0}"></td>
|
||||
<td><input type="text" readonly
|
||||
|
@ -688,18 +688,18 @@
|
|||
其他费用
|
||||
</#if>
|
||||
</td>
|
||||
<td width="180"><input type="text"
|
||||
<td width="180px"><input type="text"
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost-project-manage"
|
||||
value="${costProjectManageDetail.name!}" readonly
|
||||
<#--<#if costProjectManageDetail.deletable==0>readonly</#if>-->>
|
||||
</td>
|
||||
<td><input type="text" readonly
|
||||
<td width="280px"><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost-project-manage"
|
||||
value="${costProjectManageDetail.detail!}"></td>
|
||||
<td><input type="text" readonly
|
||||
<td width="80px"><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost-project-manage"
|
||||
value="${costProjectManageDetail.unit!}"></td>
|
||||
<td><input type="text" readonly
|
||||
<td width="80px"><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost-project-manage input-changeable-amount-project-manage"
|
||||
value="${costProjectManageDetail.amount!0}"></td>
|
||||
<td><input type="text" readonly
|
||||
|
|
Loading…
Reference in New Issue