Browse Source

学生选择输入框样式调整

DESKTOP-B78GIPM\admin 2 years ago
parent
commit
e0d28f4610
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/addHandle/index.vue

+ 2 - 1
pages/addHandle/index.vue

@@ -28,7 +28,7 @@
 				<u-popup v-if="type != 2" @close="nameShow=false" :closeOnClickOverlay="true" @cancel="nameShow=false" :overlay="false"
 				<u-popup v-if="type != 2" @close="nameShow=false" :closeOnClickOverlay="true" @cancel="nameShow=false" :overlay="false"
 					:show="nameShow">
 					:show="nameShow">
 					<view style="height: 500rpx; position: relative; display: flex; justify-content: center;">
 					<view style="height: 500rpx; position: relative; display: flex; justify-content: center;">
-						<view style="position: absolute; top: 15rpx; z-index: 999999;">
+						<view style="position: absolute; top: 20rpx; z-index: 999999;">
 							<input class="inp" confirm-type="search" v-model="key" @input="serName"
 							<input class="inp" confirm-type="search" v-model="key" @input="serName"
 								placeholder="学生姓名" />
 								placeholder="学生姓名" />
 							<u-icon class="inp-img" name="search" color="#8C8C8C" size="49rpx"></u-icon>
 							<u-icon class="inp-img" name="search" color="#8C8C8C" size="49rpx"></u-icon>
@@ -321,6 +321,7 @@
 					this.getName()
 					this.getName()
 					this.nameShow = true
 					this.nameShow = true
 				}
 				}
+				// this.nameShow = true
 			},
 			},
 
 
 			// 请求姓名信息
 			// 请求姓名信息