#
whycq
2024-03-25 ac789dd1780603c4e96f254035d73ec8818c3dc3
pages/phyz/wrkMast/wrkMast.vue
@@ -1,5 +1,5 @@
<template>
   <view>
   <view class="container">
      <view class="code">
         <uni-search-bar :focus="searchFocus" v-model="searchValue"  @input="searchInput()" ma
            maxlength="500" ancel="cancel" @clear="clear" placeholder="输入 / 扫描商品">
@@ -77,11 +77,12 @@
</script>
<style>
   @import url('../../../static/css/common/order.css');
   .code {
      background-color: #d9d9d9;
      z-index: 99;
      position: sticky;
      top: 80rpx;
      top: 0rpx;
      left: 0;
   }
   .list {