GGican 8 jaren geleden
bovenliggende
commit
6cc6178b6f

+ 8 - 3
resources/views/admin/table/table_eight.blade.php

xqd xqd xqd
@@ -4,13 +4,15 @@
 
     {{--修改表格--}}
     <style>
+        table{
+            width:100%;
+        }
         .table-bordered>tbody>tr>td,.table-bordered>thead:first-child>tr:first-child>th{
             border: 1px solid #585858;
             font-weight: bold;
             text-align: center;
             font-size: 16px;
             overflow:hidden;
-            width: 12%;
             padding: 15px 0px 15px 0px;
         }
         .table>tbody>tr>td{
@@ -24,6 +26,9 @@
             margin: 15px 0px 15px 0px;
             width: 80%;
         }
+        #tr>td{
+            padding:0;
+        }
     </style>
 
     <!--左侧菜单栏-->
@@ -75,9 +80,9 @@
                         </div>
                         <div class="row">
                             <div class="col-sm-12">
-                                <table style="border: 1px solid #585858" id="example2" class="table table-bordered">
+                                <table style="border: 1px solid #585858" id="example2" class=" table table-bordered">
                                     <tbody>
-                                    <tr>
+                                    <tr id="tr">
                                         <td></td>
                                         <td></td>
                                         <td></td>

+ 0 - 1
resources/views/admin/table/table_nine.blade.php

xqd
@@ -10,7 +10,6 @@
             text-align: center;
             font-size: 16px;
             overflow:hidden;
-            width: 12%;
             padding: 15px 0px 15px 0px;
         }
         .table>tbody>tr>td{

+ 0 - 1
resources/views/admin/table/table_seven.blade.php

xqd
@@ -10,7 +10,6 @@
             text-align: center;
             font-size: 16px;
             overflow:hidden;
-            width: 12%;
             padding: 15px 0px 15px 0px;
         }
         .table>tbody>tr>td{