sunChengjie 11 months ago
parent
commit
e49430bc4e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/pages/components/Waitsent.vue

+ 2 - 1
src/pages/components/Waitsent.vue

@@ -22,7 +22,7 @@
                                 <div class="batch-middel-text-style"
                                     style="text-align: left; width: 100%; margin-left: -6px;">【{{
                                         unfold.expressCompany }}】运单号:{{
-                                    unfold.expressNo }}</div>
+                                        unfold.expressNo }}</div>
                                 <div style="display: flex; justify-content:  space-between; flex-wrap: wrap;">
                                     <div class="batch-middel-text-style">收件人:{{ unfold.recipient }}</div>
                                     <div class="batch-middel-text-style">部门:{{ unfold.departmentId }}</div>
@@ -296,6 +296,7 @@ export default {
     .batch {
         background-color: #fff;
         margin: 10px;
+        border-radius: 4px;
 
         &-top {
             display: flex;