From f6bffc9c01460a1e09467e1a47e34819c2d67109 Mon Sep 17 00:00:00 2001 From: Ethereal <3432649580@qq.com> Date: Tue, 22 Jul 2025 15:32:49 +0800 Subject: [PATCH 1/8] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=A5=96=E5=93=81?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=AB=98=E4=BA=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/choujiang/lottery/PrizePanel.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/views/choujiang/lottery/PrizePanel.vue b/src/views/choujiang/lottery/PrizePanel.vue index ccc7052..505f63d 100644 --- a/src/views/choujiang/lottery/PrizePanel.vue +++ b/src/views/choujiang/lottery/PrizePanel.vue @@ -368,7 +368,7 @@ function getProgressPercent(prize) { background: none; z-index: 10; min-width: 300px; - max-width: 342px; + max-width: 362px; text-align: left; display: flex; flex-direction: column; @@ -377,6 +377,7 @@ function getProgressPercent(prize) { overflow-x: hidden !important; overflow-y: auto; padding-right: 10px; + padding-left: 10px; scrollbar-width: thin; scrollbar-color: #ffd283 rgba(255, 210, 131, 0.3); /* Firefox */ } @@ -505,7 +506,7 @@ function getProgressPercent(prize) { background: none; z-index: 10; min-width: 320px; - max-width: 342px; + max-width: 362px; display: flex; flex-direction: column; } @@ -682,9 +683,14 @@ function getProgressPercent(prize) { .prize-panel-item.revealed-highlight { /* border: 3px solid #ff9800; */ box-shadow: 0 0 16px 4px #ff9800aa; - transform: scale(1.05); + transform: scale(1.03); z-index: 2; transition: all 0.3s; + /* 确保放大的元素不被遮挡 */ + position: relative; + /* margin: 8px 0; */ + /* 为放大的元素留出空间 */ + transform-origin: center center; } .prize-panel-item.disabled { From 077d7b97acafd16effbc9a3956bfb559d63dc49a Mon Sep 17 00:00:00 2001 From: pangluotong <123456@163.com> Date: Wed, 23 Jul 2025 11:00:30 +0800 Subject: [PATCH 2/8] =?UTF-8?q?=E5=BC=B9=E7=AA=97=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E6=96=87=E5=AD=97=E6=8F=90=E7=A4=BA,=E6=94=B9=E5=8F=98?= =?UTF-8?q?=E5=A5=96=E5=93=81=E5=88=97=E8=A1=A8=E9=95=BF=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/choujiang/lottery/PrizePanel.vue | 46 +++++++++++++++++++++++------- 1 file changed, 36 insertions(+), 10 deletions(-) diff --git a/src/views/choujiang/lottery/PrizePanel.vue b/src/views/choujiang/lottery/PrizePanel.vue index ccc7052..6ae470b 100644 --- a/src/views/choujiang/lottery/PrizePanel.vue +++ b/src/views/choujiang/lottery/PrizePanel.vue @@ -1,6 +1,9 @@