Showing
1 changed file
with
3 additions
and
2 deletions
| ... | @@ -141,8 +141,8 @@ | ... | @@ -141,8 +141,8 @@ |
| 141 | <span | 141 | <span |
| 142 | class="consignmentCodeStyle" | 142 | class="consignmentCodeStyle" |
| 143 | @click="editData('edit', scope.row)" | 143 | @click="editData('edit', scope.row)" |
| 144 | - >{{ scope.row.consignmentCode }}</span | 144 | + >{{ scope.row.consignmentCode }} <i class="el-icon-edit"></i> |
| 145 | - > | 145 | + </span> |
| 146 | </div> | 146 | </div> |
| 147 | <!-- <div v-else-if="item.prop == 'recipientContactName'"> | 147 | <!-- <div v-else-if="item.prop == 'recipientContactName'"> |
| 148 | <span | 148 | <span |
| ... | @@ -621,6 +621,7 @@ export default { | ... | @@ -621,6 +621,7 @@ export default { |
| 621 | content: "*"; | 621 | content: "*"; |
| 622 | color: $fedexColor; | 622 | color: $fedexColor; |
| 623 | font-weight: 700; | 623 | font-weight: 700; |
| 624 | + font-size: 18px; | ||
| 624 | } | 625 | } |
| 625 | 626 | ||
| 626 | .consignmentCodeStyle { | 627 | .consignmentCodeStyle { | ... | ... |
-
Please register or login to post a comment