Kaynağa Gözat

更新样式

1410417013 7 ay önce
ebeveyn
işleme
9096978948

+ 1 - 1
pages/handlePeople/handlePeople.vue

@@ -246,7 +246,7 @@ const validatorPhone = (val) => {
 	.placeholder-text {
 	  position: absolute; /* 绝对定位到输入框右侧 */
 	  right: 30rpx;
-	  top: 31%;
+	  margin-top: -9%;   
 	  font-size: 26rpx;
 	  color: #999; /* 模拟原生placeholder颜色 */
 	  pointer-events: none; /* 避免遮挡输入框点击 */

+ 1 - 1
unpackage/dist/dev/mp-weixin/pages/handlePeople/handlePeople.wxss

@@ -20,7 +20,7 @@
   position: absolute;
   /* 绝对定位到输入框右侧 */
   right: 30rpx;
-  top: 31%;
+  margin-top: -9%;
   font-size: 26rpx;
   color: #999;
   /* 模拟原生placeholder颜色 */