whycq
2023-06-08 aab4ddd36c63d4bd239d2d7fe9c4780b2fcc76da
pages/basics/stockCheck.vue
@@ -427,10 +427,10 @@
      background-color: #ebebeb;
   }
   .data-list {
      border-bottom: 1px solid #d8d8d8;
      height: 240rpx;
      min-height: 250rpx;
      margin: 15rpx;
      border-radius: 20rpx;
      display: flex;
   }
   .data-list:first-child {
      margin-top: 20rpx;
@@ -438,27 +438,26 @@
   .data-list:last-child {
      margin-bottom: 180rpx;
   }
   .data-list-left {
   /* .data-list-left {
      display: inline-block;
      float: left;
      margin-left: 6%;
      text-align: center;
      width: 100rpx;
      height: 180rpx;
      line-height: 180rpx;
   } */
   .data-list-left {
      margin-left: 6%;
      color: #676767;
      max-width: 450rpx;
   }
   .matnr {
      padding-top: 10rpx;
   }
   .data-list-right {
      display: inline-block;
      float: right;
      width: 200rpx;
      height: 230rpx;
      line-height: 230rpx;
   }
   .data-list-right label {
      display: inline-block;
      float: left;
      width: 100rpx;
      height: 180rpx;
      display: flex;
      justify-content: space-around;
      align-items: center;
   }
</style>