From f60818e9931f2216ffc72d9e5c29887cc9fca097 Mon Sep 17 00:00:00 2001 From: li Date: Wed, 11 Feb 2026 02:08:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BC=A9=E5=B0=8F=E5=BA=84=E9=97=AE?= =?UTF-8?q?=E8=B7=AF/=E9=97=B2=E9=97=AE=E8=B7=AF=E9=9D=A2=E6=9D=BF?= =?UTF-8?q?=E5=B0=BA=E5=AF=B8=EF=BC=8C=E9=81=BF=E5=85=8D=E9=81=AE=E6=8C=A1?= =?UTF-8?q?=E5=B0=8F=E8=B7=AF=E5=92=8C=E6=9B=B1=E7=94=B4=E8=B7=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PlayWay.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/PlayWay.vue b/src/components/PlayWay.vue index a114f343..c9fe03d0 100644 --- a/src/components/PlayWay.vue +++ b/src/components/PlayWay.vue @@ -276,12 +276,12 @@ export default { position: absolute; right: 0; bottom: 0; - width: 25%; /* Roughly 6/24 of width */ - height: 50%; /* Covers bottom 3 rows (50% of 6 rows) */ + width: 20%; + height: 33%; display: flex; - background: #fff; - border-left: 1px solid #eee; - border-top: 1px solid #eee; + background: rgba(255,255,255,0.92); + border-left: 1px solid #ddd; + border-top: 1px solid #ddd; z-index: 10; .ask-group {