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