diff --git a/tuniao-ui/components/tn-input/tn-input.vue b/tuniao-ui/components/tn-input/tn-input.vue index 2ec73b0..a5a6226 100644 --- a/tuniao-ui/components/tn-input/tn-input.vue +++ b/tuniao-ui/components/tn-input/tn-input.vue @@ -33,28 +33,39 @@ @focus="onFocus" @confirm="onConfirm" /> - + + + + {{defaultValue}} + + + + + @@ -376,6 +387,15 @@ color: $tn-font-color; flex: 1; } + + &__text { + font-size: 28rpx; + color: $tn-font-color; + flex: 1; + min-width: 296rpx; + max-width: 100%; + text-overflow:clip; + } &__textarea { width: auto;