#
whycq
2022-10-15 4ab124f41c545363113cf17d3a6a33100efbcb07
pages/basics/matSelect.vue
@@ -30,11 +30,14 @@
                     <view class="cu-tag bg-cyan ">商品</view>
                  </view>
                  <view class="matnr"><text style="width: 400rpx;">{{item.matnr}}</text></view>
                  <view class="matnr"><text style="width: 400rpx;">{{item.maktx}}</text></view>
                  <view class="matnr"><text style="width: 400rpx;">{{item.specs}}</text></view>
               </view>
            </label>
         </checkbox-group>
      </scroll-view>
      <!-- <view class="record">
      </view> -->
      </view>
</template>
@@ -196,6 +199,14 @@
</script>
<style>
   .record {
      z-index: 1;
      position: fixed;
      top: 188rpx;
      width: 100%;
      min-height: 50rpx;
      background-color: #6f6f6f;
   }
   .matnr {
      margin-left: 60rpx;
      margin-top: 20rpx;