#
Your Name
2022-08-16 257d662f74f8a04ffedd153855d53f954576c50e
pages/basics/demo02.vue
@@ -1,13 +1,14 @@
<template>
   <!-- 窗口容器 -->
   <view>
      <!-- 搜索框 -->
   <view style="width: 100%;">
      <!-- 条码扫描框 -->
      <view class="search-box">
         <view>
            <view class="search-box-title">库位码 : </view>
            <input class="search-box-input" placeholder-style="placeholderStyle" type="text" >
         </view>
      </view>
   </view>
</template>
@@ -22,5 +23,5 @@
</script>
<style>
   @import url("@/static/css/demo02.css");
   @import url("@/static/css/common.css");
</style>