Browse Source

修改input光标起始位置

306132416@qq.com 6 years ago
parent
commit
a32293c663
1 changed files with 5 additions and 1 deletions
  1. 5 1
      pages/index/index.vue

+ 5 - 1
pages/index/index.vue

@@ -359,7 +359,8 @@
 		background: #fff;
 		border-radius: 1%;
 		text-align: left;
-		margin: 8px
+		margin: 8px;
+		padding-left:8px;
 	}
     .send-box image {
 		width: 60rpx;
@@ -461,4 +462,7 @@
 		color: #666;
 		font-size: 30rpx;
 	}
+	/* .placeHolder {
+		padding:2px
+	} */
 </style>