Browse Source

订单详情样式调整

hwb0 3 years ago
parent
commit
a7f5e64cad

+ 2 - 0
src/views/order/channel/detail.vue

@@ -284,6 +284,7 @@ export default {
         margin-bottom: 10px;
         margin-bottom: 10px;
 
 
         .title {
         .title {
+          line-height: 22px;
           width: 100px;
           width: 100px;
         }
         }
 
 
@@ -293,6 +294,7 @@ export default {
         }
         }
 
 
         .txt {
         .txt {
+          line-height: 22px;
           width: 200px;
           width: 200px;
         }
         }
       }
       }

+ 2 - 0
src/views/order/deliver/detail.vue

@@ -312,9 +312,11 @@ export default {
           display: flex;
           display: flex;
         }
         }
         .tit {
         .tit {
+          line-height: 22px;
           width: 100px;
           width: 100px;
         }
         }
         .txt {
         .txt {
+          line-height: 22px;
           width: 200px;
           width: 200px;
         }
         }
         .edit-express{
         .edit-express{

+ 5 - 11
src/views/order/userTicket/detail.vue

@@ -90,9 +90,9 @@
         </tr>
         </tr>
         <tr v-for="(item, index) in info.ticketDetailList" :key="index">
         <tr v-for="(item, index) in info.ticketDetailList" :key="index">
           <td>{{ item.serialNo }}</td>
           <td>{{ item.serialNo }}</td>
-           <td>{{ item.status && JSON.parse(item.status).desc }}</td>
-           <td>{{ item.prizeGrade }}</td>
-           <td>{{ item.prizeTitle }}</td>
+          <td>{{ item.status && JSON.parse(item.status).desc }}</td>
+          <td>{{ item.prizeGrade }}</td>
+          <td>{{ item.prizeTitle }}</td>
         </tr>
         </tr>
       </table>
       </table>
     </div>
     </div>
@@ -142,15 +142,12 @@ export default {
         margin-bottom: 10px;
         margin-bottom: 10px;
 
 
         .title {
         .title {
+          line-height: 22px;
           width: 100px;
           width: 100px;
         }
         }
 
 
-        .edit-express {
-          color: #409eff;
-          cursor: pointer;
-        }
-
         .txt {
         .txt {
+          line-height: 22px;
           width: 200px;
           width: 200px;
         }
         }
       }
       }
@@ -176,8 +173,5 @@ export default {
   td {
   td {
     text-align: center;
     text-align: center;
   }
   }
-  .pd {
-    padding: 15px;
-  }
 }
 }
 </style>
 </style>