From c43c0592c64234236353f910c886f62e3f120212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E8=BE=89?= Date: Mon, 16 Mar 2026 14:14:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=AE=E7=9B=98=E9=81=AE=E6=8C=A1=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../new-filter-page/new-filter-page.vue | 234 +++++++++--------- packageA/pages/chat/components/ai-paging.vue | 2 +- 2 files changed, 119 insertions(+), 117 deletions(-) diff --git a/components/new-filter-page/new-filter-page.vue b/components/new-filter-page/new-filter-page.vue index cda9e06..2694d2f 100644 --- a/components/new-filter-page/new-filter-page.vue +++ b/components/new-filter-page/new-filter-page.vue @@ -1,15 +1,6 @@ @@ -230,7 +224,7 @@ const handleClose = () => { background-color: #fff; z-index: 9999; display: flex; - flex-direction: column; + flex-direction: row; } .filter-header { @@ -266,17 +260,17 @@ const handleClose = () => { } .filter-tabs { + width: 200rpx; + border-right: 1rpx solid #eee; + background-color: #f8f8f8; display: flex; - border-bottom: 1rpx solid #eee; - background-color: #fff; - box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.05); + flex-direction: column; .tab-item { - flex: 1; - height: 90rpx; - line-height: 90rpx; + height: 100rpx; + line-height: 100rpx; text-align: center; - font-size: 30rpx; + font-size: 28rpx; color: #666; position: relative; transition: all 0.3s ease; @@ -284,14 +278,15 @@ const handleClose = () => { &.active { color: #256BFA; font-weight: 600; + background-color: #fff; &::after { content: ''; position: absolute; - bottom: 0; - left: 25%; - width: 50%; - height: 4rpx; + left: 0; + top: 25%; + width: 4rpx; + height: 50%; background-color: #256BFA; border-radius: 2rpx; } @@ -303,6 +298,13 @@ const handleClose = () => { } } +.filter-right { + flex: 1; + display: flex; + flex-direction: column; + position: relative; +} + .filter-content { flex: 1; padding: 40rpx 32rpx; diff --git a/packageA/pages/chat/components/ai-paging.vue b/packageA/pages/chat/components/ai-paging.vue index 3ad0775..a3b414c 100644 --- a/packageA/pages/chat/components/ai-paging.vue +++ b/packageA/pages/chat/components/ai-paging.vue @@ -198,7 +198,7 @@ class="input" @confirm="sendMessage" :disabled="isTyping" - :adjust-position="false" + :adjust-position="true" placeholder="请输入您的职位名称、薪资要求、岗位地址" v-show="!isVoice" />