gx
queenwuli
2020-12-22 67da3f709ff61fea27b472a4266503bfa4eefeb5
hive-app/pages/workbench/serviceOrderList.vue
@@ -20,7 +20,7 @@
            <navigator url="./serviceOrderDetail" class="list-item" v-for="item in 4">
               <view class="list-header">
                  <text>订单号: N202012123556</text>
                  <text class="gray">2020-12-15 18:11:01</text>
                  <text class="gray">2020-12-15 18:11</text>
               </view>
               <view class="list-content">
                  <view class="flex flex-v">
@@ -116,11 +116,12 @@
      border-radius: 4px;
      margin: 10px;
      color: #3a3f3f;
      padding: 0 10px;
   }
   .list-header{
      display: flex;
      justify-content: space-between;
      padding: 12px 15px;
      padding: 12px 0;
      font-size: 15px;
      border-bottom: 1px solid #EDEAF4;
   }
@@ -128,7 +129,7 @@
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 15px;
      padding: 12px 0;
      font-size: 14px;
   }
   .list-content .icon{
@@ -140,7 +141,7 @@
   .list-footer{
      display: flex;
      justify-content: flex-end;
      padding: 10px 15px;
      padding: 10px 0;
      border-top: 1px solid #EDEAF4;
   }
</style>