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