更新样式

This commit is contained in:
tcubic 2022-08-05 14:47:25 +08:00
parent bd6a6a9771
commit dd375571a7

View File

@ -216,7 +216,7 @@ defineExpose({
.LuckyWheel_container { .LuckyWheel_container {
position: absolute; position: absolute;
top: 770px; top: 770px;
left: 10px; left: 0px;
width: 760px; width: 760px;
height: 500px; height: 500px;
display: flex; display: flex;
@ -259,7 +259,7 @@ defineExpose({
position: absolute; position: absolute;
width: 160px; width: 160px;
height: 96px; height: 96px;
left: 0; left: 20px;
top: 10px; top: 10px;
// //
&.p-1 { &.p-1 {