|
@@ -141,16 +141,24 @@
|
|
|
|
|
|
|
|
|
<legend>单价文件</legend>
|
|
|
- <table class="table table-bordered table-hover table-sm" id="summary-project-unit-price-table">
|
|
|
- <thead><th style="width: 25px;"></th><th style="width: 330px;">名称</th><th style="width:40px;">使用</th></thead>
|
|
|
+ <table class="table table-bordered table-hover table-sm table-sc" id="summary-project-unit-price-table">
|
|
|
+ <thead>
|
|
|
+ <th style="width: 25px;" class="text-center"></th>
|
|
|
+ <th style="width: 330px;" class="text-center">名称</th>
|
|
|
+ <th style="width:40px;" class="text-center">使用</th>
|
|
|
+ </thead>
|
|
|
<tbody>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
|
|
|
|
|
|
<legend>费率文件</legend>
|
|
|
- <table class="table table-bordered table-hover table-sm" id="summary-project-fee-table">
|
|
|
- <thead><th style="width: 25px;"></th><th style="width: 330px;">名称</th><th style="width:40px;">使用</th></thead>
|
|
|
+ <table class="table table-bordered table-hover table-sm table-sc" id="summary-project-fee-table">
|
|
|
+ <thead>
|
|
|
+ <th style="width: 25px;" class="text-center"></th>
|
|
|
+ <th style="width: 330px;" class="text-center">名称</th>
|
|
|
+ <th style="width:40px;" class="text-center">使用</th>
|
|
|
+ </thead>
|
|
|
<tbody>
|
|
|
</tbody>
|
|
|
</table>
|