Forráskód Böngészése

增加输入框光标颜色(IOS上不显示问题)

htc 14 órája
szülő
commit
dff3804fcf

+ 4 - 0
components/CusSearch/index.vue

@@ -39,6 +39,10 @@
 </script>
 
 <style scoped lang="scss">
+	::v-deep .u-input__content input{
+		caret-color: #252525; 
+	}
+	
 	.search{
 		width: 100%;
 		background: #FFFFFF;

+ 4 - 0
components/pages/loginRegister/index.vue

@@ -164,6 +164,10 @@
 </script>
 
 <style scoped lang="scss">
+	::v-deep .u-input__content input{
+		caret-color: #252525; 
+	}
+	
 	.login-register{
 		position: fixed;
 		top: 0;

+ 4 - 0
pagesHome/activityApply.vue

@@ -186,6 +186,10 @@
 </script>
 
 <style scoped lang="scss">
+	::v-deep .u-input__content input{
+		caret-color: #252525; 
+	}
+	
 	::v-deep .u-input__content__field-wrapper__field{
 		text-align: right !important;
 	}

+ 4 - 0
pagesHome/applyMemberVindicate.vue

@@ -115,6 +115,10 @@
 </script>
 
 <style scoped lang="scss">
+	::v-deep .u-input__content input{
+		caret-color: #252525; 
+	}
+	
 	.common_page{
 		padding-bottom: 184rpx;
 		

+ 4 - 0
pagesMy/familyMemberVindicate.vue

@@ -119,6 +119,10 @@
 </script>
 
 <style scoped lang="scss">
+	::v-deep .u-input__content input{
+		caret-color: #252525; 
+	}
+	
 	.common_page{
 		padding-bottom: 184rpx;
 		

+ 1 - 0
pagesMy/information.vue

@@ -156,6 +156,7 @@
 		color: #252525 !important;
 		line-height: 42rpx !important;
 		text-align: right !important;
+		caret-color: #252525; 
 	}
 	
 	.common_page{