易用性修改

master
hanbo 2022-05-06 10:56:09 +08:00
parent dbd080c906
commit 8d6c1c945c
2 changed files with 14 additions and 2 deletions
src/main/resources/templates/admin

View File

@ -94,6 +94,11 @@
overflow-x: hidden;
overflow-y:hidden;
}
.huanhang{
// 表格自动换行
table-layout:fixed;
word-break:break-all
}
</style>
@ -373,7 +378,7 @@
<tr>
<td>成本</td>
<td>其他</td>
<td>${project.otherName!}</td>
<td style="width: 300px" class="huanhang">${project.otherName!}</td>
<td><input type="text" class="number" name="costOtherOtherTaxInclude" value="${Utils.format(estimateBean.costOtherOtherTaxInclude, '0.00')}" required readonly></td>
<td><input type="text" class="number" name="costOtherOtherTaxExclude" value="${Utils.format(estimateBean.costOtherOtherTaxExclude, '0.00')}" required readonly></td>
</tr>

View File

@ -24,6 +24,13 @@
.am-btn-danger {
color: #f00;
}
.huanhang{
// 表格自动换行
table-layout:fixed;
word-break:break-all
}
</style>
<div class="admin-content">
@ -303,7 +310,7 @@
<tr>
<td>成本</td>
<td>其他</td>
<td>${project.otherName!}</td>
<td style="width: 300px" class="huanhang">${project.otherName!}</td>
<td><input type="text" class="number" name="costOtherOtherTaxInclude1" value="${Utils.format(estimateBean.costOtherOtherTaxInclude)}" readonly></td>
<td><input type="text" class="number" name="costOtherOtherTaxExclude1" value="${Utils.format(estimateBean.costOtherOtherTaxExclude)}" readonly></td>
</tr>