#
whycq
2022-07-29 0e7c4c9077d77e67bebb283b6dc2eca42bb03824
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>