|
|
@@ -151,16 +151,24 @@
|
|
|
<!--建设项目汇总-->
|
|
|
<div class="p-3" id="summary-project">
|
|
|
<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>
|