Browse Source

表格移动样式优化

songxy 11 months ago
parent
commit
42893a089d
1 changed files with 4 additions and 4 deletions
  1. 4 4
      zjugis-business/src/main/resources/templates/TravelCost/index.ftl

+ 4 - 4
zjugis-business/src/main/resources/templates/TravelCost/index.ftl

@@ -302,7 +302,7 @@
         <div class="qjsjxx-box">
           <table id="boatCarTable" class="form-table-info">
             <tr style="height: 37px;">
-              <td class="operation_head_td" style="width: 8%;"></td>
+              <td class="operation_head_td" style="width: 40px;"></td>
               <td style="width: 6%;">序号</td>
               <td style="width: 12%;">出发日期</td>
               <td style="width: 8%;">出发地点</td>
@@ -460,9 +460,9 @@
     }
     .operation_icon>span {
         cursor: pointer;
-        display: inline-block;
-        width: 26px;
-        height: 26px;
+        display: block;
+        width: 20px;
+        height: 20px;
         background-repeat: no-repeat;
         background-size: 100% 100%;
     }