| | |
| | | <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> |
| | | |
| | |
| | | </script> |
| | | |
| | | <style> |
| | | @import url("@/static/css/demo02.css"); |
| | | @import url("@/static/css/common.css"); |
| | | </style> |
File was renamed from static/css/demo02.css |
| | |
| | | /* 搜索框 */ |
| | | /* 条码扫描框 */ |
| | | .search-box { |
| | | width: 100%; |
| | | /* height: 100rpx; */ |