自适应屏幕

master
OathK1per 2022-02-14 17:02:08 +08:00
parent f516cb9852
commit cee7f37063
1 changed files with 1 additions and 1 deletions

View File

@ -709,7 +709,7 @@
<#-- <td style="display: block;">操作</td>--> <#-- <td style="display: block;">操作</td>-->
</tr> </tr>
</thead> </thead>
<tbody style="display: inline-block;overflow-x: scroll;width: 1300px;white-space: nowrap;"> <tbody style="display: inline-block;overflow-x: scroll;width: calc(100% - 210px);white-space: nowrap;">
<tr style="display: inline-block;"> <tr style="display: inline-block;">
<td style="display: block;"><input type="text" class="am-modal-prompt-input input-total-month-budget-plan" <td style="display: block;"><input type="text" class="am-modal-prompt-input input-total-month-budget-plan"
value="${projectBudgetPlanDetailTotal.month}" readonly/></td> value="${projectBudgetPlanDetailTotal.month}" readonly/></td>