From 54de16a6c76c05461f77cefc5ca79d3c051ce346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com> Date: Fri, 19 Jul 2024 13:41:59 +0800 Subject: [PATCH 1/2] 1 --- pages/chooseasong/index.vue | 6 +++--- pages/chooseasong/record.vue | 11 +++++++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/pages/chooseasong/index.vue b/pages/chooseasong/index.vue index a00d19a..7d194f1 100644 --- a/pages/chooseasong/index.vue +++ b/pages/chooseasong/index.vue @@ -32,7 +32,7 @@ - @@ -430,7 +430,7 @@ .contentclass { padding: 0rpx 28rpx 215rpx 28rpx; overflow: auto; - + .contentclassbox { width: 100%; padding: 12rpx 24rpx; @@ -630,7 +630,7 @@ } .contentupopupboutton { - padding: 32rpx 70rpx 0 70rpx; + padding: 50rpx 70rpx 0 70rpx; .contentupopupbouttonO { width: 196rpx; diff --git a/pages/chooseasong/record.vue b/pages/chooseasong/record.vue index f24cb61..7fb3e53 100644 --- a/pages/chooseasong/record.vue +++ b/pages/chooseasong/record.vue @@ -27,9 +27,12 @@ - - + + + + @@ -52,7 +55,7 @@ size: 10, status: 'loadmore', }, - shopId: '' + shopId: '10' }; }, onLoad(e) { From dc2df55efe56885951e74cf1951c53cfb41f048c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com> Date: Fri, 19 Jul 2024 15:36:48 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=82=B9=E6=AD=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/navseat.vue | 5 +- pages/chooseasong/index.vue | 45 ++----- pages/chooseasong/record.vue | 235 +++++++++++++++++++---------------- 3 files changed, 142 insertions(+), 143 deletions(-) diff --git a/components/navseat.vue b/components/navseat.vue index 03c15e5..850b636 100644 --- a/components/navseat.vue +++ b/components/navseat.vue @@ -108,10 +108,10 @@ } .navbarcontent { - position: -webkit-sticky; - position: sticky; + position: relative; top: 0; left: 0; + width: 100%; z-index: 9999; .active { @@ -136,6 +136,7 @@ .navbar { position: fixed; top: 0; + left: 0; width: 100%; z-index: 99; diff --git a/pages/chooseasong/index.vue b/pages/chooseasong/index.vue index 7d194f1..10f4c88 100644 --- a/pages/chooseasong/index.vue +++ b/pages/chooseasong/index.vue @@ -1,17 +1,13 @@