#
whycq
2022-05-11 50206b045705bf86107a0c0a2328fb89d19d55ba
pages/basics/checkout.vue
@@ -53,7 +53,7 @@
                  <view class="matnr">{{item.matnr}}-{{item.batch}}</view>
               </view>
               <view class="data-list-right">
                  <uni-icons type="trash" size="25" color="#a5a5a5" @click="remove(item,index)"></uni-icons>
                  <uni-icons type="trash" size="20" color="#a5a5a5" @click="remove(item,index)"></uni-icons>
               </view>
            </view>
         </checkbox-group>
@@ -460,7 +460,7 @@
   }
   .data-list {
      border-bottom: 1px solid #d8d8d8;
      height: 130rpx;
      height: 90rpx;
      margin: 15rpx;
      border-radius: 20rpx;
   }
@@ -484,15 +484,15 @@
      display: inline-block;
      float: left;
      margin-left: 4%;
      height: 130rpx;
      height: 90rpx;
      color: #676767;
   }
   .matnr {
      display: inline-block;
      width: 100%;
      font-size: 16px;
      font-size: 14px;
      font-weight: 700;
      padding-top: 20rpx;
      padding-top: 8rpx;
      /* height: 130rpx;
      line-height: 130rpx; */
   }
@@ -501,7 +501,7 @@
      display: inline-block;
      float: right;
      width: 100rpx;
      height: 130rpx;
      line-height: 130rpx;
      height: 90rpx;
      line-height: 90rpx;
   }
</style>