This commit is contained in:
梁泽军 2025-04-22 10:56:41 +08:00
parent f482e69ac7
commit e136c4b21d
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -363,14 +363,14 @@ const posterCreate = (option, imageArr) => {
} }
.btn-box { .btn-box {
@include box(550px, 99px); @include box(550px, 104px);
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
margin-top: 20px; margin-top: 20px;
.go-draw { .go-draw {
@include box(264px, 99px); @include box(257px, 104px);
@include bg_pos("result/go-draw-btn.png"); @include bg_pos("result/go-draw-btn.png");
} }