We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa0c0f commit cd46be6Copy full SHA for cd46be6
uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue
@@ -143,9 +143,6 @@
143
textShow() {
144
// 长文本显示
145
let text = this.current;
146
- if (text.length > 10) {
147
- return text.slice(0, 25) + '...';
148
- }
149
return text;
150
},
151
getOffsetByPlacement() {
@@ -404,14 +401,15 @@
404
401
}
405
402
406
403
.uni-select__input-box {
407
- height: 35px;
+ height: 35px;
+ width: 0px;
408
position: relative;
409
/* #ifndef APP-NVUE */
410
display: flex;
411
/* #endif */
412
flex: 1;
413
flex-direction: row;
414
- align-items: center;
+ align-items: center;
415
416
417
.uni-select__input {
0 commit comments