Browse Source

修复bug

SJQ\sj 1 year ago
parent
commit
1f24fa7f7a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/pages/orderDetail.vue

+ 2 - 2
src/pages/orderDetail.vue

@@ -443,12 +443,12 @@ export default {
 }
 
 .order-bottom .total .label {
-  width: 75px;
+  width: 95px;
   display: inline-block;
   height: 17.5px;
   line-height: 17.5px;
   font-size: 15px;
-  text-align: right;
+  text-align: left;
 }
 
 .order-bottom .total .txt {