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; }