From 23cdf42721d3ab380d72e9d9322abc5be098b2fa Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Thu, 4 Sep 2025 10:13:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=A1=AB=E5=86=99=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E6=97=B6=E5=8F=AF=E4=BB=A5=E8=87=AA=E5=8A=A8=E6=8D=A2?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/lease/lease.vue | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/pages/lease/lease.vue b/pages/lease/lease.vue index 4e83cca..95c6e4e 100644 --- a/pages/lease/lease.vue +++ b/pages/lease/lease.vue @@ -57,11 +57,11 @@ 详细位置 - @@ -466,17 +466,6 @@ export default { }, }) }, - // 页面跳转现在由系统tabBar处理 - goToHome() { - uni.switchTab({ - url: '/pages/index/index', - }) - }, - goToProfile() { - uni.switchTab({ - url: '/pages/profile/profile', - }) - }, }, } @@ -563,7 +552,7 @@ export default { .field-input { //border: 2rpx solid #d81313; flex: 3; - height: 80rpx; + min-height: 80rpx; padding: 0 20rpx; font-size: 28rpx; @@ -572,6 +561,14 @@ export default { background: #fff; } } + + .field-textarea { + //border: 2rpx solid #d81313; + flex: 3; + min-height: 28rpx; + padding: 26rpx 20rpx; + font-size: 28rpx; + } } }