From 65c7c4c022e1da8f404842416bdcd9ab21a42286 Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Wed, 27 Aug 2025 11:38:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=B9=E4=BA=A7=E5=88=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subPackages/techan/index.vue | 117 +++++++++++++++++++++-------------- 1 file changed, 69 insertions(+), 48 deletions(-) diff --git a/subPackages/techan/index.vue b/subPackages/techan/index.vue index 383d7e5..792fb81 100644 --- a/subPackages/techan/index.vue +++ b/subPackages/techan/index.vue @@ -33,54 +33,57 @@ - - - 综合 - - - 销量 - - - - - - - 价格 - - - - - + + - - - - - {{item.title}} - - - {{tag}} + + + + + 综合 + + + 销量 + + + - - - {{item.price/100}} - ¥{{item.market_price/100}} - - - + + + + 价格 + + + + + + + + {{item.title}} + + + {{tag}} + + + + {{item.price/100}} + ¥{{item.market_price/100}} + - - - 暂无数据 - - - - - - + + + + + + + + + 暂无数据 + + + + @@ -140,7 +143,6 @@ @@ -644,7 +645,6 @@ height: 1rpx; flex: 1; display: flex; - flex-direction: column; background: #FFFFFF; } @@ -655,9 +655,9 @@ font-weight: bold; font-size: 27rpx; color: #000000; - height: 107rpx; + height: 100rpx; flex-shrink: 0; - padding: 0 32rpx; + padding: 0 20rpx; &>view{ display: flex; min-width: 70rpx; @@ -680,7 +680,7 @@ background: white; .item { width: 100%; - padding:0 32rpx 32rpx 32rpx; + padding:0 20rpx 32rpx 20rpx; display: flex; .item-img { width: 161rpx; @@ -1081,4 +1081,25 @@ .active-search-item{ color: #6A8A2D; } + +.goods-container{ + .left-box{ + width: 180rpx; + background: #F3F3F3; + height: 100%; + flex-shrink: 0; + overflow-x: hidden; + overflow-y: auto; + } + .right-box{ + height: 100%; + flex: 1; + width: 100rpx; + background: white; + display: flex; + flex-direction: column; + } +} + +