用户信息获取变动,出库功能变动
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user