lilei há 4 meses atrás
pai
commit
4ea9d7ea93
1 ficheiros alterados com 6 adições e 2 exclusões
  1. 6 2
      uni_modules/vk-uview-ui/components/u-input/u-input.vue

+ 6 - 2
uni_modules/vk-uview-ui/components/u-input/u-input.vue

@@ -86,7 +86,7 @@
 					'u-input__right-icon--select--reverse': selectOpen
 				}"
 			>
-				<u-icon name="arrow-down-fill" size="26" color="#c0c4cc"></u-icon>
+				<u-icon name="arrow-right" size="26" color="#c0c4cc"></u-icon>
 			</view>
 		</view>
 	</view>
@@ -364,6 +364,11 @@ export default {
 			this.showCover = true;
 		}
 		// #endif
+		// #ifdef APP
+		if (this.type === 'select') {
+			this.showCover = true;
+		}
+		// #endif
 	},
 	methods: {
 		/**
@@ -456,7 +461,6 @@ export default {
 		pointer-events: none;
 	}
 	/* #endif */
-
 	&__textarea {
 		width: auto;
 		font-size: 28rpx;