Browse Source

订单详情

panhui 4 years ago
parent
commit
b70b975b36
1 changed files with 6 additions and 3 deletions
  1. 6 3
      src/main/nine-space/src/views/order/Detail.vue

+ 6 - 3
src/main/nine-space/src/views/order/Detail.vue

@@ -4,7 +4,9 @@
             <div class="text1">{{ getLabelName(info.status, statusOptions) }}</div>
             <div class="text2">
                 {{
-                    info.status === 'FINISH' ? '交易成功啦!交易后的藏品将在您的柜子中展' : '支付成功,等待平台确认交易'
+                    info.status === 'FINISH'
+                        ? '交易成功啦!交易后的藏品将在您的柜子中展示'
+                        : '支付成功,等待平台确认交易'
                 }}
             </div>
         </div>
@@ -174,7 +176,9 @@ export default {
     border-bottom: 1px solid #202122;
     .text1 {
         flex-shrink: 0;
-        margin-right: 10px;
+        &:first-child {
+            margin-right: 10px;
+        }
     }
 }
 .tips-item {
@@ -188,7 +192,6 @@ export default {
         color: #939599;
         line-height: 24px;
         flex-shrink: 0;
-        margin-right: 10px;
     }
     .text2 {
         font-size: 13px;