From 2ce1832a78a986d79e00c4d83c635bc2e0b8767c Mon Sep 17 00:00:00 2001 From: tcubic <123456> Date: Fri, 5 Aug 2022 14:56:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LuckyWheel.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/LuckyWheel.vue b/src/components/LuckyWheel.vue index c1086ca..350e556 100644 --- a/src/components/LuckyWheel.vue +++ b/src/components/LuckyWheel.vue @@ -265,14 +265,10 @@ defineExpose({ &.p-1 { background-image: url("~@/assets/img/p_1.png"); background-size: 160px 96px; - left: 30px; - } &.p-2 { background-image: url("~@/assets/img/p_2.png"); background-size: 160px 96px; - left: 30px; - } &.p-3 { background-image: url("~@/assets/img/p_3.png"); @@ -285,8 +281,6 @@ defineExpose({ &.p-5 { background-image: url("~@/assets/img/p_5.png"); background-size: 160px 96px; - left: 30px; - } // background-color: #f00; }