空托出入库

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,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