aiyou 3 år sedan
förälder
incheckning
1f39ed62bd
1 ändrade filer med 3 tillägg och 2 borttagningar
  1. 3 2
      application/admin/view/cost/cost_bill_print/index_p.html

+ 3 - 2
application/admin/view/cost/cost_bill_print/index_p.html

@@ -16,7 +16,7 @@
 
 <div class="widget-body no-padding" style=" width: 95%; ">
     <!--startprint-->
-
+<div  style=" width: 100%; ">
     <div class="toolbar" style=" font-size: 15px;text-align: center; width: 100%">
        收费凭证
     </div>
@@ -31,7 +31,7 @@
         &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
         <span style="float: right">凭证编号:{$row.order_number}</span>
     </div>
-    <table id="table"   border="1" cellspacing="0" cellpadding="0" class=" table-striped table-bordered table-hover " width="100%"  style="border: 1px solid #0d0d0d;text-align: center">
+    <table id="table"   border="1" cellspacing="0" cellpadding="0" class=" table-striped table-bordered table-hover " width="100%"  style="border: 0.5px solid #0d0d0d;text-align: center">
                 <tr style=" font-size: 14px;">
                     <td style="width: 30px; text-align: center">序号</td>
                     <td>项目</td>
@@ -118,6 +118,7 @@
     <div  class="toolbar" style=" font-size: 10px;float: right">
         打印时间:{$row.time}
     </div>
+</div>
     <!--endprint-->
 </div>