From 1fc00cbc58bdd87011f459d023aec821348ec366 Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Fri, 1 Aug 2025 09:38:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=82=B9=E5=87=BB=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/index.vue | 64 ++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 57 insertions(+), 7 deletions(-) diff --git a/pages/home/index.vue b/pages/home/index.vue index ee10229..8a6e984 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -11,9 +11,9 @@ - + 库存列表 - + 出库列表 @@ -22,12 +22,12 @@ + @tap="lookDetail(item)"> {{ item.coin_name }} - {{ item.year }}年 + {{ item.year }} {{ item.rating_code }} @@ -50,7 +50,7 @@ - + @@ -59,8 +59,10 @@ - + + 取消 + {{ btnText[scanCodeDetail.ancient_coin_status] }} + @@ -272,6 +274,54 @@ export default { display: flex; justify-content: space-between; } +.popWrap{ + display: flex; + flex-direction: column; + max-height: 800rpx; + .content{ + flex: 1; + } +} + +.bottom-btn { + height: 92rpx; + width: 100%; + margin: 16rpx 0; + line-height: 92rpx; + text-align: center; + + font-size: 32rpx; + border-radius: 16rpx; + border: none; + padding: 0; + &.primary{ + background-color: #39D067; + color: #FFFFFF; + } + &.cancel{ + background-color: #F1F2F3; + color: #616266; + } + + &::after { + border: none; + } + + &.disabled { + background-color: #CCCCCC; + opacity: 0.7; + } +} +.page-bottom-btn-container { + box-sizing: border-box; + background-color: #FFFFFF; + padding: 0rpx 54rpx; + box-shadow: 0px -2rpx 6rpx 0rpx rgba(181, 181, 181, 0.1319); + z-index: 9; + padding-bottom: constant(safe-area-inset-bottom); + padding-bottom: env(safe-area-inset-bottom); + column-gap: 50rpx; +} .home-wrap { display: flex; flex-direction: column;