#
whycq
2022-08-03 bdf7c2508711ee78c65a935da518b4a75a70e8e7
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>