From 73afce945330c6b8401791ae0ffe194551428447 Mon Sep 17 00:00:00 2001 From: ShenQiLun <97694732@qq.com> Date: Thu, 2 Jul 2026 14:00:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BC=98=E5=8C=96=E5=9B=BE=E4=B9=A6?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E9=80=89=E6=8B=A9=E5=99=A8=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?,=E7=BB=9F=E4=B8=80=E4=B8=BAdropdown=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/upload/upload.vue | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/pages/upload/upload.vue b/pages/upload/upload.vue index 5e34081..2a57ec1 100644 --- a/pages/upload/upload.vue +++ b/pages/upload/upload.vue @@ -372,9 +372,11 @@ - + {{ noIsbnCategoryNames[noIsbnCategoryIndex] || '请选择分类' }} - + + + @@ -4682,20 +4684,39 @@ picker { .category-select { background-color: #ffffff; border: 2rpx solid #dcdfe6; - border-radius: 8rpx; + border-right: none; + border-radius: 8rpx 0 0 8rpx; height: 76rpx; - padding: 0 16rpx; + padding: 0 0 0 16rpx; font-size: 28rpx; box-sizing: border-box; - display: flex; - align-items: center; - justify-content: space-between; + display: flex !important; + align-items: stretch; + overflow: hidden; } .category-value { font-size: 28rpx; color: #606266; flex: 1; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + line-height: 76rpx; +} + +.category-select .dropdown-btn { + border: none !important; + border-left: 2rpx solid #dcdfe6 !important; + border-radius: 0 8rpx 8rpx 0; + height: 100%; + width: 60rpx; + display: flex; + align-items: center; + justify-content: center; + flex-shrink: 0; + background: #f5f7fa; + margin: 0; } /* ========== 仓库弹窗 ========== */