空托出入库

This commit is contained in:
2024-03-11 13:43:45 +08:00
parent 33c59564c4
commit 9bb3f00b91
24 changed files with 2771 additions and 233 deletions

View File

@@ -2,15 +2,15 @@
<view class="search_wraper">
<input
type="text"
class="filter_input search_input"
class="filter_input pdr110"
:value="value"
:focus="focusState"
@blur="handleBlur($event)"
@input="handleChange($event)">
<view class="buttons_wraper">
<view class="iconfont icon_del" @tap="toDel">&#xe6dc;</view>
<!-- <view class="iconfont icon_del" @tap="toDel">&#xe6dc;</view> -->
<view class="iconfont icon_scan" :class="{'icon_scan_active': focusState === true}" @tap="toScan">&#xe6e2;</view>
<view class="iconfont icon_phone" @tap="toPhone">&#xe663;</view>
<view class="iconfont icon_scan" @tap="toPhone">&#xe663;</view>
<view v-show="seaShow" class="iconfont icon_search" @tap="toSearch">&#xe6e1;</view>
</view>
</view>
@@ -129,9 +129,9 @@
@import '../common/style/mixin.styl';
.search_wraper
position relative
_wh(100%, 70rpx)
.search_input
padding-right: 160rpx;
_wh(100%, 80rpx)
.pdr110
padding-right: 110rpx;
.buttons_wraper
position absolute
top 0

View File

@@ -2,7 +2,7 @@
<view class="search_wraper">
<input
type="text"
class="filter_input search_input"
class="filter_input pdr160"
:value="value"
:focus="focused"
@input="handleChange($event)">
@@ -100,7 +100,7 @@
.search_wraper
position relative
_wh(100%, 70rpx)
.search_input
.pdr160
padding-right: 160rpx;
.buttons_wraper
position absolute

View File

@@ -75,7 +75,7 @@
.search_wraper
position relative
_wh(100%, 70rpx)
.search_input
.pdr160
padding-right: 160rpx;
.buttons_wraper
position absolute