用户信息获取变动,出库功能变动

This commit is contained in:
2024-04-24 08:44:09 +08:00
parent 6002bcf721
commit eec55cf076
7 changed files with 413 additions and 374 deletions

View File

@@ -1,6 +1,7 @@
<template>
<view class="input-box">
<input :adjust-position="false" :focus="isFocus" type="text" v-model.trim="search" @confirm="getInfo" @blur="handlerBlur" />
<!-- <input type="text" v-model.trim="search" @confirm="getInfo($event)" /> -->
</view>
</template>
@@ -276,6 +277,8 @@
<style scoped>
.input-box {
background-color: #e6e6e6;
display: flex;
flex-direction: row;
/* width: 100%;
position: absolute;
bottom: 0; */
@@ -284,4 +287,8 @@
/* visibility: hidden; */
/* display:none; */
}
.input-box input{
font-size: 18px;
height: 18px;
}
</style>