|
@@ -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%;
|
|
|
}
|