修改表格内容换行问题

master
White 2022-12-23 13:03:21 +08:00
parent 999c3bbc52
commit 20e2ccba02
1 changed files with 6 additions and 4 deletions

View File

@ -1204,7 +1204,7 @@
</div>
<div class="am-tab-panel am-fade am-in" id="tab34">
<div class="am-tab-panel am-fade am-in" id="tab34" style="">
<#--<span class="am-text-lg">资金计划表</span>-->
<div class="am-u-sm-12 am-u-md-12" style="padding:0 1.6rem 1.6rem 1rem;margin:0;">
<div class="am-btn-toolbar" style="padding-left:.5rem;">
@ -1219,9 +1219,10 @@
</div>
</div>
<!--startprint-->
<table class="am-table table-main" style="display: block;border-collapse: collapse;overflow-x: scroll;padding:0;"
<table class="am-table table-main" style="display: flex;border-collapse: collapse;padding:0;"
id="budgetPlanDetailTable">
<thead style="display: inline-block;overflow-x: scroll;">
<thead style="display: inline-block;">
<tr style="display: inline-block;">
<td style="display: block;border-top: 1px solid #ddd;"><input type="text" class="am-modal-prompt-input am-modal-prompt-input-budget-plan-detail" value="月份" readonly></td>
<td style="display: block;border-top: 1px solid #ddd;"><input type="text" class="am-modal-prompt-input am-modal-prompt-input-budget-plan-detail" value="设备支出" readonly></td>
@ -1239,7 +1240,8 @@
<#-- <td style="display: block;">操作</td>-->
</tr>
</thead>
<tbody style="display: inline-block;overflow-x: scroll;white-space: nowrap;">
<tbody style="display: inline-block;white-space: nowrap;">
<tr style="display: inline-block;">
<td style="display: block;"><input type="text" class="am-modal-prompt-input input-total-month-budget-plan"
value="${projectBudgetPlanDetailTotal.month}" readonly/></td>