From 344f68118198d378ab469c24b8307f13425d3699 Mon Sep 17 00:00:00 2001 From: zhengliming Date: Tue, 19 Dec 2023 14:07:42 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E4=BF=AE=E5=A4=8D=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E6=A1=86=E4=B8=BAselect=E7=9A=84=E6=97=B6=E5=80=99=EF=BC=8C?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E4=BA=8B=E4=BB=B6=E5=A4=B1=E6=95=88=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tuniao-ui/components/tn-input/tn-input.vue | 64 ++++++++++++++-------- 1 file changed, 42 insertions(+), 22 deletions(-) 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;