| | |
| | | <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> |
| | |
| | | } |
| | | .data-list { |
| | | border-bottom: 1px solid #d8d8d8; |
| | | height: 130rpx; |
| | | height: 90rpx; |
| | | margin: 15rpx; |
| | | border-radius: 20rpx; |
| | | } |
| | |
| | | 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; */ |
| | | } |
| | |
| | | display: inline-block; |
| | | float: right; |
| | | width: 100rpx; |
| | | height: 130rpx; |
| | | line-height: 130rpx; |
| | | height: 90rpx; |
| | | line-height: 90rpx; |
| | | } |
| | | </style> |