shish 1 год назад
Родитель
Сommit
d3a518d7e4

+ 1 - 1
ghsPad/src/pages/home/cash.vue

@@ -121,9 +121,9 @@ export default {
 			this.$refs.rightItemRef.itemRefresh()
 		},
 		showCustomPop(){
+			this.$refs.myCustomRef.open('top')
 			this.$refs.inCustomRef.searchUser = ''
 			this.$refs.inCustomRef.searchCustomer()
-			this.$refs.myCustomRef.open('top')
 			this.$refs.inCustomRef.focusInput = true
 		},
 		cancelChoose(){

+ 3 - 3
ghsPad/src/pages/home/components/customerList.vue

@@ -28,7 +28,7 @@
     </view>
     <view style="position: relative;">
         <input class="input-serach_box" v-model="searchUser" type="text" :focus="focusInput" @focus="clearInput" @input="changSearch" placeholder-class="input-placeholder" placeholder="请输入客户名称"/>
-        <button class="admin-button-com mini-btn default" style="position: absolute;right:10upx;top:-5upx;font-size:20upx;" @click="cancelChoose">取消</button>
+        <button class="admin-button-com mini-btn default" style="position: absolute;right:40upx;top:-5upx;font-size:15upx;" @click="cancelChoose">取消</button>
     </view>
   </view>
 </template>
@@ -87,8 +87,8 @@ export default {
 .app-select_user {
   background-color: #ffffff;
   padding: 5upx;
-  height: 36vh;
-  width:95vw;
+  height: 38vh;
+  width:98vw;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;