From 44847c2b82a22bca264d0cb01657875999465fa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E8=BE=89?= <13935151924@163.com> Date: Mon, 10 Nov 2025 19:37:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E4=BF=A1=E6=81=AF=E8=A1=A5?= =?UTF-8?q?=E5=85=A8=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/complete-info/company-info.vue | 8 ++++---- pages/complete-info/complete-info.vue | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pages/complete-info/company-info.vue b/pages/complete-info/company-info.vue index 797fb37..1ca7255 100644 --- a/pages/complete-info/company-info.vue +++ b/pages/complete-info/company-info.vue @@ -866,10 +866,10 @@ defineExpose({ line-height: 1.4 &.intro-text - max-height: 80rpx + max-height: 160rpx overflow: hidden - text-overflow: ellipsis - white-space: nowrap + line-height: 1.4 + text-align: right .contact-section margin-top: 20rpx @@ -934,6 +934,7 @@ defineExpose({ .bottom-actions position: fixed + z-index: 100 bottom: 0 left: 0 right: 0 @@ -988,7 +989,6 @@ defineExpose({ .popup-actions display: flex gap: 20rpx - .popup-cancel, .popup-confirm flex: 1 height: 70rpx diff --git a/pages/complete-info/complete-info.vue b/pages/complete-info/complete-info.vue index abea39c..2b8e0d0 100644 --- a/pages/complete-info/complete-info.vue +++ b/pages/complete-info/complete-info.vue @@ -1007,5 +1007,7 @@ function complete() { color: #FFFFFF; text-align: center; line-height: 90rpx + position: relative + z-index: 100