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>