whycq
2022-08-16 02b5b5cf1ae11b8c0cc410dfafe4f129aacd3d0c
pages/basics/demo02.vue
@@ -3,11 +3,10 @@
   <view> 
      <!-- 搜索框 -->
      <view class="search-box">
         <view >
         <view>
            <view class="search-box-title">库位码 : </view>
            <input class="search-box-input" :placeholder-style="placeholderStyle" type="text" >
            <input class="search-box-input" placeholder-style="placeholderStyle" type="text" >
         </view>
      </view>
   </view>
</template>