InventoryDtl.wxss 244 B

12345678910111213
  1. .check .addQrcode-list {
  2. height: 100rpx;
  3. display: flex;
  4. justify-content: space-between;
  5. padding: 15rpx;
  6. border-bottom: 1rpx solid #dcdcdc;
  7. font-size: 24rpx;
  8. }
  9. .check .addQrcode-list .fr {
  10. line-height: 100rpx;
  11. color: #0066CC;
  12. }